Skip to content

Commit

Permalink
Fix context variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 3, 2025
1 parent 523bdd2 commit fbc04aa
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,5 +13,5 @@ jobs:
uses: ./
with:
mode: list
url: 'file:$GITHUB_WORKSPACE'
url: 'file:${{ github.workspace }}'
- run: echo "${{ steps.duck.outputs.log }}"

0 comments on commit fbc04aa

Please sign in to comment.