There was an error while loading. Please reload this page.
1 parent f8e3a10 commit 0a39bbbCopy full SHA for 0a39bbb
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,20 @@
1
+name: Hello World
2
+
3
+on:
4
+ workflow_call:
5
6
+jobs:
7
+ hello-world:
8
+ name: Hello World
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Context
12
+ env:
13
+ GITHUB_CONTEXT: ${{ toJson(github) }}
14
+ run: |
15
+ echo "$GITHUB_CONTEXT"
16
+ - name: Checkout
17
+ uses: actions/checkout@v2
18
+ - name: Hello World
19
20
+ echo "Hello World"
0 commit comments