Skip to content

Commit

Permalink
Add run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki committed Jul 15, 2024
1 parent 84d1774 commit 576eeb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/contexts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ jobs:
print:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.actor }}" #githubコンテキストの参照
- run: echo "${{ github.actor }}" #githubコンテキストの参照
- run: echo "${{ github.run_id }}" #run_idの出力

0 comments on commit 576eeb0

Please sign in to comment.