We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc1291 commit e76c3afCopy full SHA for e76c3af
.github/workflows/device-tests.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/download-artifact@v4
16
with:
17
name: app-test-artifact
18
+ run_id: ${{github.event.workflow_run.id }}
19
20
- name: Decode Firebase Service Account JSON
21
run: echo ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE_64 }} | base64 -d > service_account.json
0 commit comments