What is the issue?
Given the following step:
- name: Check
uses: dagger/dagger-for-github@d913e70051faf3b907d4dd96ef1161083c88c644 # v8.2.0
with:
verb: check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
The action downloads Dagger and then does nothing.
It's probably because several steps (for example here are gated by checking if args are also passed to the action (which makes sense with call, but not with check).
Workaround:
- pass a space to the action as
args
- pass
check to args (untested, but could work by looking at the action)
Dagger version
v0.19.11
Steps to reproduce
No response
Log output
No response
What is the issue?
Given the following step:
The action downloads Dagger and then does nothing.
It's probably because several steps (for example here are gated by checking if
argsare also passed to the action (which makes sense withcall, but not withcheck).Workaround:
argschecktoargs(untested, but could work by looking at the action)Dagger version
v0.19.11
Steps to reproduce
No response
Log output
No response