We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6790c76 commit ce6ddadCopy full SHA for ce6ddad
.github/workflows/hello-world.yml
@@ -0,0 +1,9 @@
1
+name: hello-world
2
+on: push
3
+jobs:
4
+ hello-world-job:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout repository code
8
+ uses: actions/checkout@v3
9
+ - run: echo "$(cat hello_world.txt)"
0 commit comments