We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d33e3 commit 65169cdCopy full SHA for 65169cd
.github/workflows/main.yml
@@ -13,11 +13,11 @@ jobs:
13
# Use the output from the `hello` step
14
- name: Get the output time from hello
15
run: echo "The time was ${{ steps.hello.outputs.time }}"
16
- # - name: Wait some miliseconds
17
- # id: wait
18
- # uses: hpsantos/[email protected]
19
- # with:
20
- # miliseconds: 5000
21
- # # Use the output from the `hello` step
22
- # - name: Get the output time from wait
23
- # run: echo "The time was ${{ steps.wait.outputs.time }}"
+ - name: Wait some miliseconds
+ id: wait
+ uses: hpsantos/[email protected]
+ with:
+ miliseconds: 5000
+ # Use the output from the `hello` step
+ - name: Get the output time from wait
+ run: echo "The time was ${{ steps.wait.outputs.time }}"
0 commit comments