Skip to content

Commit 47624bc

Browse files
authored
Make error messages visible in CI console (#4)
1 parent 08ef974 commit 47624bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
shell: bash
3535
working-directory: ${{ inputs.working-directory }}
3636
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)
37+
hash=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash)
38+
prerequisites=$(${GITHUB_ACTION_PATH}/list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} | xargs)
3939
echo "hash=$hash" >> $GITHUB_OUTPUT
4040
echo "prerequisites=$prerequisites" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)