We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f09b73 commit 548bfc7Copy full SHA for 548bfc7
.github/workflows/init.yml
@@ -0,0 +1,9 @@
1
+name: Initialize Actions
2
+on:
3
+ push:
4
+
5
+jobs:
6
+ initialize:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - run: echo "Initializing GitHub Actions"
0 commit comments