Skip to content

Commit

Permalink
docs: fix github-actions example
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 29, 2024
1 parent 51abcb7 commit 2c928a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: devenv shell hello
- name: Run a multi-line command in the devenv shell
shell: devenv shell bash -e {0}
shell: devenv shell bash -- -e {0}
run: |
hello
say-bye
Expand Down

0 comments on commit 2c928a1

Please sign in to comment.