ci: checkout in trigger-snap

pull/8559/head
Mitchell Hashimoto 2025-09-07 08:22:28 -07:00
parent 42a54d8d7f
commit 55798edc9b
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,6 @@ jobs:
ZIG_LOCAL_CACHE_DIR: /zig/local-cache
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Download Source Tarball Artifacts
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
with:

View File

@ -276,6 +276,9 @@ jobs:
runs-on: namespace-profile-ghostty-xsm
needs: build-dist
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Trigger Snap workflow
run: |
gh workflow run snap.yml --ref ${{ github.sha }} --field source-tarball-id=${{ needs.build-dist.outputs.artifact-id }}