Skip to content

Commit 1a97873

Browse files
committed
fix #1
1 parent 2a3452d commit 1a97873

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Hello#1.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Hello Action #1
2-
run-name: Hello Github Action
2+
# run-name: Hello Github Action
33
on:
4-
workflow_dispatch:
5-
4+
workflow_dispatch:
5+
66
jobs:
7-
Echo-Commend:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- run: echo "Hello World aka Hello Github Actions"
7+
Echo-Commend:
8+
runs-on: ubuntu-24.04
9+
steps:
10+
- run: echo "Hello World aka Hello Github Actions"

0 commit comments

Comments
 (0)