We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3452d commit 1a97873Copy full SHA for 1a97873
1 file changed
.github/workflows/Hello#1.yaml
@@ -1,10 +1,10 @@
1
name: Hello Action #1
2
-run-name: Hello Github Action
+# run-name: Hello Github Action
3
on:
4
- workflow_dispatch:
5
-
+ workflow_dispatch:
+
6
jobs:
7
- Echo-Commend:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - run: echo "Hello World aka Hello Github Actions"
+ Echo-Commend:
+ runs-on: ubuntu-24.04
+ steps:
+ - run: echo "Hello World aka Hello Github Actions"
0 commit comments