Skip to content

Commit 7c3119e

Browse files
committed
fix run_name to run-name
1 parent 0de9536 commit 7c3119e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Github Actions Demo
2-
run_name: ${{ github.actor }} is testing out GitHub Actions 🚀
2+
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
33
on: [push]
44
jobs:
55
Explore-GitHub-Actions:

0 commit comments

Comments
 (0)