Skip to content

Commit

Permalink
Dont rely on bad env variables.
Browse files Browse the repository at this point in the history
Use workdir.
  • Loading branch information
AliveDevil committed Jan 6, 2025
1 parent df965e1 commit 5c0be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./
with:
mode: list
url: 'file:$GITHUB_WORKSPACE'
url: 'file:./'
args: '--verbose --debug'
- run: echo "${{ steps.duck.outputs.log }}"

0 comments on commit 5c0be5d

Please sign in to comment.