ephemeral-actions-blog icon indicating copy to clipboard operation
ephemeral-actions-blog copied to clipboard

Typo correction

Open antonyrobertson opened this issue 4 years ago • 2 comments

In the README, should this line: $ docker run -ti --rm actions-image ${OWNER} ${REPO} ${TOKEN} ${NAME} instead be: $ docker run -ti --rm actions-image ${OWNER} ${REPO} ${PAT} ${NAME}

antonyrobertson avatar Mar 30 '20 20:03 antonyrobertson

Hi @antonyrobertson, I think you are right! I wasn't very consistent with readme updates near the end of those posts. I will review them and update this repo this week. I was planning on coming back and improving the setup also, but haven't had time yet. Thanks for the issue!

wayofthepie avatar Mar 31 '20 12:03 wayofthepie

Also, the Dockerfile is not inside root, so this may be helpful if amended.

cd actions-runner-image

dskvr avatar Jun 07 '20 14:06 dskvr