Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 16, 2024
1 parent 9e70d8e commit 21b4eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
run: |
jobs=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.run_id}}/attempts/${{ github.run_attempt }}/jobs)
job_id=$(echo $jobs | jq -r '.jobs[] | select(.runner_name=="${{ runner.name }}") | .id')
echo "job_id=$job_id" >> $GITHUB_OUTPUT
echo "GITHUB_JOB_ID=$job_id" >> $GITHUB_ENV
- name: Test GITHUB_JOB_ID
run: echo $GITHUB_JOB_ID

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 21b4eaa

Please sign in to comment.