Skip to content

Commit

Permalink
fix sha ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Aug 11, 2024
1 parent 4bffb39 commit 00e03fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: CI job status tracker (commit ${{ steps.get-sha.outputs.sha }})
uses: aaronsteers/action-job-status@feat/allow-job-name-override
with:
commit_sha: ${{ steps.checkout-pr.outputs.sha }}
commit_sha: ${{ steps.get-sha.outputs.sha }}
job_name: On-Demand PR Pytest (All, Python ${{ matrix.python-version }}, ${{ matrix.os }})

# Same as the `python_pytest.yml` file:
Expand Down

0 comments on commit 00e03fb

Please sign in to comment.