Skip to content

Commit

Permalink
fix typo in suggested default shell (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Dec 21, 2023
1 parent 47fd0a0 commit 8107ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@ jobs:
myjob:
defaults:
run:
shell: bash -leo pipefail {0} {0}
shell: bash -leo pipefail {0}
# or top-level:
defaults:
run:
shell: bash -leo pipefail {0} {0}
shell: bash -leo pipefail {0}
jobs:
...
```
Expand Down

0 comments on commit 8107ccc

Please sign in to comment.