File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 steps :
88 - name : Hello world action step
99 id : hello
10- uses : hpsantos/javascript-github-action@v1.5
10+ uses : hpsantos/javascript-github-action@v1.6
1111 with :
1212 who-to-greet : " Mona the Octocat"
1313 # Use the output from the `hello` step
1414 - name : Get the output time from hello
1515 run : echo "The time was ${{ steps.hello.outputs.time }}"
16- - name : Wait some miliseconds
17- id : wait
18- 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 }}"
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 }}"
You can’t perform that action at this time.
0 commit comments