You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You've created your first GitHub Action and this course is now complete! I'll stop responding but the fun doesn't have to stop here.
Want to keep learning?
In this repository:
Your merge should trigger your action again, check it out in the Actions tab.
The Dockerfile contains metadata for your action. Try changing some of that. You could, for example, change the icon that displays when the action is running.
Change the MY_NAME environment variable to use your name instead of Mona's in .github/workflows/main.yml.
Change the contents of entrypoint.sh to output a different message.
Nice work!
You've created your first GitHub Action and this course is now complete! I'll stop responding but the fun doesn't have to stop here.
Want to keep learning?
In this repository:
Dockerfile
contains metadata for your action. Try changing some of that. You could, for example, change the icon that displays when the action is running.MY_NAME
environment variable to use your name instead of Mona's in.github/workflows/main.yml
.entrypoint.sh
to output a different message.Outside of this repository:
Now...what will you learn next?
The text was updated successfully, but these errors were encountered: