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
- Slightly reword and reformat the block comment.
- Run two commands instead of using `&&`, since with `shell: bash`
(inherited as the default as specified at the workflow level),
the actual shell command invoked for script steps includes `-e`,
so the script would still immediately fail if the first command
fails.
0 commit comments