-
Notifications
You must be signed in to change notification settings - Fork 61.8k
Actions: Add examples for shells other than Bash #2121
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
Conversation
bash = Bash pwsh = PowerShell Core cmd = Windows `cmd` python = Python
Notes to self:
|
@Simran-B Let me know when you're ready for reviews ✨ |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
@Simran-B I'm going to toss a |
It looks like our new action inadvertently closed this 🙃 Sorry about that! Reopening 💛 |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
😭 Stop it stalebot! |
A stale label has been added to this pull request because it has been open 7 days with no activity. To keep this PR open, add a comment or push a commit within 3 days. |
Having a headline above each example for every shell type is pretty messy. My idea was to use tabs, but that's apparently not going anywhere (#1606 (comment)). I'm waiting for an alternative. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
```yaml | ||
steps: | ||
- name: Hello world | ||
shell: bash |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
@Simran-B Just checking to see if you have any update on this PR 😄 |
Thanks so much for working on this PR! It looks like work is paused, so I'm going to close the PR to remove it from our actively tracked backlog. If you'd like to continue work on it at anytime please let us know and we'll be happy to reopen it! |
Why:
#253
What's being changed:
cmd
and Pythoncmd
Check off the following: