Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed May 30, 2024
1 parent 1c69834 commit a2c7d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check-dependent-jobs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ runs:
steps:
- id: test
run: |
echo "##[debug] needs: ${{ inputs.needs }}"
RESULT=$(echo '${{ inputs.needs }}' | jq -s 'map(.[].result) | all(.=="success")')
echo "is-success=${RESULT}" >> $GITHUB_OUTPUT
if [[ $RESULT == true ]]; then
Expand Down

0 comments on commit a2c7d6b

Please sign in to comment.