Skip to content

Commit

Permalink
Updated Github Actions example in README
Browse files Browse the repository at this point in the history
Use "shell: bash", since that's what we expect.

Closes #88
  • Loading branch information
lmakarov committed Feb 16, 2024
1 parent d6bc897 commit f55169f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
REMOTE_CODEBASE_METHOD: git
steps:
- name: Build sandbox
shell: bash
run: |
source build-env
sandbox-init
Expand Down

0 comments on commit f55169f

Please sign in to comment.