Skip to content

Commit

Permalink
実行名を記載する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki committed Jul 15, 2024
1 parent cbb1fef commit 11fdce1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/RunName.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Run name
run-name: Run by @${{ github.actor }} #ワークフロー実行名の指定
on: push
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"

0 comments on commit 11fdce1

Please sign in to comment.