-
Notifications
You must be signed in to change notification settings - Fork 61.8k
More details for newbies #974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Thanks for opening an issue @AlexiyOrlov! I'll triage this for the right team to take a look. |
Hi @AlexiyOrlov! Thanks for this issue. I'd definitely like to smooth out the process for newbies!
🤔 We do have that in Step 2 where it tells you how to make the file executable. Here are some suggestions for the other two ideas:
Because we do use "l" and not "1" in the example, I don't think we need to add any explanatory text. One thought is that we could add
This absolutely can be added to the docs! Thank you for suggesting it. |
I would like to work on this issue if no one is working on it. |
I don't see any open PRs for this issue, please feel free to open one @avinal 💖 |
I have added a pr please take a look. |
Ah, no problem. |
I like to work on this issue if no one working on it! As I am a beginner and need some guidance regarding how to contribute to open source. |
Also a newbie, super excited to learn all the ins and outs of the github |
@rectorhotel It looks like there's already a pull request opened and it's just waiting for review. There are lots more issues available with the help wanted label! You can also take a look at the contributing.md to learn how to contribute in this repo and open a discussion if you have any questions ✨ We're excited you're here! |
Thank you so much Jenna!
…On Mon, Nov 30, 2020, 1:30 PM Janice ***@***.***> wrote:
@rectorhotel <https://github.com/rectorhotel> It looks like there's
already a pull request <#1256> opened
and it's just waiting for review. There are lots more issues available with
the help wanted
<https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22>
label!
You can also take a look at the contributing.md
<https://github.com/github/docs/blob/main/CONTRIBUTING.md/> to learn how
to contribute in this repo and open a discussion
<https://github.com/github/docs/discussions> if you have any questions ✨
We're excited you're here!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#974 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ7VMVNCGXU4FPQ44CGB5ZLSSQFIPANCNFSM4TG7SGQA>
.
|
Thanks for creating this issue!
I think it would be preferable to keep |
Hello @martin389, I have added a PR #2988. |
Great, thank you @avinal! |
Co-authored-by: Lana Brindley <github@lanabrindley.com>
What article on docs.github.com is affected?
https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/creating-a-docker-container-action
What part(s) of the article would you like to see updated?
As a total newbie to actions and Docker, I made a couple of silly mistakes when trying out the example.
First, in the
entrypoint.sh
file, I wrote-1
instead of-l
.Second, the docker couldn't run the .sh file because of permissions, so I had to add
RUN chmod +x /entrypoint.sh
to the dockerfile.Also line
uses: actions/hello-world-docker-action@v1
shows how to use published action. You should add that unpublished action is used viauses: [username]/[reponame]@version
.So I think these 3 things should be pointed out there.
The text was updated successfully, but these errors were encountered: