Skip to content

Commit

Permalink
Let’s try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Aug 29, 2023
1 parent 976b1d3 commit 8792739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/composite_actions/log_metric/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
if: env.SKIP != 'true' && ${{ job.status == 'failure' }}
run: |
failing_step=$( \
dart ./get_failing_step.dart \
dart ./tool/get_failing_step.dart \
--substring "${{ inputs.job-identifier }}" \
--github-token "${{ inputs.github-token }}" \
--repo "${{ github.repository }}" \
Expand Down

0 comments on commit 8792739

Please sign in to comment.