Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvtnguyen committed Jun 24, 2024
1 parent 8646c93 commit 38b368f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/check_workflow_status/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ runs:
steps:
- name: Check workflow status
id: check_workflow_status
run: python -m scripts.check_github_workflow_status --jobs \
"$(cat << EOM
${{ inputs.jobs }}
)"
run: python -m scripts.check_github_workflow_status --jobs "${{ inputs.jobs }}"
shell: bash

0 comments on commit 38b368f

Please sign in to comment.