Skip to content

Commit

Permalink
Fixing payload key name
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Jul 16, 2024
1 parent 0632d93 commit 3f1d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: install-tardis
# shell: bash -l {0}
run: |
pip install git+https://github.com/${{github.repository_owner}}/tardis.git@${{ github.event.client_payload.sha }}
pip install git+https://github.com/${{github.repository_owner}}/tardis.git@${{ github.event.client_payload.commit_sha }}
- name: Install STARDIS
id: install-stardis
Expand Down

0 comments on commit 3f1d698

Please sign in to comment.