Skip to content

Commit

Permalink
Uses GITHUB_WORKSPACE instead of github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent e7e1e87 commit 4100bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ea31337/ea-tester:dev
options: --user root
volumes:
- ${{ github.workspace }}/scripts:/opt/scripts
- ${GITHUB_WORKSPACE}/scripts:/opt/scripts
strategy:
matrix:
test:
Expand Down

0 comments on commit 4100bbb

Please sign in to comment.