mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-13 23:23:52 +00:00
ci: working on snaps
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -281,7 +281,11 @@ jobs:
|
||||
|
||||
- name: Trigger Snap workflow
|
||||
run: |
|
||||
gh workflow run snap.yml --ref ${{ github.ref_name || 'main' }} --field source-tarball-id=${{ needs.build-dist.outputs.artifact-id }}
|
||||
gh workflow run \
|
||||
snap.yml \
|
||||
--ref ${{ github.ref_name || 'main' }} \
|
||||
--field source-run-id=${{ github.run_id }} \
|
||||
--field source-artifact-id=${{ needs.build-dist.outputs.artifact-id }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user