Skip to content

Commit

Permalink
Print for Debug #10
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Aug 29, 2023
1 parent 06ca10f commit 5636435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/composite_actions/log_metric/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ runs:
--repo "${{ github.repository }}" \
--run-id "${{ github.run_id }}") \
echo "FAILING_STEP=$failing_step" >> $GITHUB_ENV
echo "Failing Step was $failing_step"
echo "Failing Step was ${{ env.FAILING_STEP }}"
echo "Job Status was ${{ inputs.job-status }}"
echo "Job Status check was ${{ inputs.job-status == 'failure' }}"
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
Expand Down

0 comments on commit 5636435

Please sign in to comment.