Skip to content

Commit

Permalink
ci: Fix client payload
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
bbhtt committed Oct 18, 2024
1 parent fd8b75f commit 172c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
repository: flathub/org.flatpak.Builder
event-type: trigger-workflow
client-payload: '{"sha": "${{ github.event.head_commit.id }}"}'
client-payload: '{"sha": "${{ github.sha }}"}'
token: ${{ secrets.LINTER_TRIGGER_WORKFLOW_TOKEN }}

- name: Trigger workflow in flathub-infra/flatpak-github-actions
Expand Down

0 comments on commit 172c98a

Please sign in to comment.