We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e3c73 commit f9f9232Copy full SHA for f9f9232
.github/workflows/main.yml
@@ -0,0 +1,18 @@
1
+# This is a basic workflow to help you get started with Actions
2
+
3
4
+on: [push]
5
6
+jobs:
7
+ hello_world_job:
8
+ runs-on: ubuntu-latest
9
+ name: A job to say hello
10
+ steps:
11
+ - name: Typhoon-Haiyan action step
12
+ id: hello
13
+ uses: actions/Typhoon-Haiyan@v1
14
+ with:
15
+ who-to-greet: 'Mona the Octocat'
16
+ # Use the output from the `hello` step
17
+ - name: Get the output time
18
+ run: echo "The time was ${{ steps.hello.outputs.time }}"
0 commit comments