We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e19fc commit e2cdb19Copy full SHA for e2cdb19
.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
13
uses: ./
14
with:
15
mode: list
16
- url: 'file:${{ github.workspace }}'
+ url: 'file:${{ runner.workspace }}'
17
args: '--verbose --debug'
18
- run: echo "${{ steps.duck.outputs.log }}"
0 commit comments