We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ef974 commit 47624bcCopy full SHA for 47624bc
1 file changed
action.yml
@@ -34,7 +34,7 @@ runs:
34
shell: bash
35
working-directory: ${{ inputs.working-directory }}
36
run: |
37
- hash=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash 2>/dev/null)
38
- prerequisites=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} 2>/dev/null | xargs)
+ hash=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash)
+ prerequisites=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} | xargs)
39
echo "hash=$hash" >> $GITHUB_OUTPUT
40
echo "prerequisites=$prerequisites" >> $GITHUB_OUTPUT
0 commit comments