Skip to content

Commit

Permalink
github??
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Jan 1, 2024
1 parent 6d23857 commit 6840f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: ${{ github.event_name == 'workflow_run' }}
uses: actions/checkout@master
with:
ref: if: ${{ github.event.workflow_run.head_sha }}
ref: ${{ github.event.workflow_run.head_sha }}
- name: Checkout main commit
if: ${{ github.event_name != 'workflow_run' }}
uses: actions/checkout@master
Expand Down

0 comments on commit 6840f3e

Please sign in to comment.