Skip to content

Commit

Permalink
REVERT: Temporarily run script in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 6, 2024
1 parent 4ba5279 commit 9a54b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
working-directory: ${{ inputs.working-directory }}
run: |
pwd
./list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash --debug
hash=$(./list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} --hash 2>/dev/null)
prerequisites=$(./list-make-prerequisites.py ${{ inputs.target }} ${{ inputs.flags }} 2>/dev/null)
echo "hash=$hash" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9a54b9f

Please sign in to comment.