Skip to content

Commit

Permalink
Use Github Workspace variable as project path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardozo-eth authored Sep 2, 2024
1 parent ac1b854 commit 13a1592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install devbox
uses: jetify-com/[email protected]
with:
project-path: '.'
project-path: ${{ github.workspace }}

- name: Run arbitrary commands
run: devbox run -- echo "done!"
Expand Down

0 comments on commit 13a1592

Please sign in to comment.