File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 with :
2424 who-to-greet : ' Mona the Octocat'
2525
26- # Use the output from the `hello` step
27- # echo "The time was ${{ steps.hello.outputs.time }}"
28- # (echo "The python3 path is ${{ steps.hello.outputs.python3 }}" || echo "No python3 found!")
29- # (echo "The chapel path is ${{ steps.hello.outputs.chapel }}" || echo "No chapel found!")
26+ # # Use the output from the `hello` step
27+ # # echo "The time was ${{ steps.hello.outputs.time }}"
28+ # # (echo "The python3 path is ${{ steps.hello.outputs.python3 }}" || echo "No python3 found!")
29+ # # (echo "The chapel path is ${{ steps.hello.outputs.chapel }}" || echo "No chapel found!")
3030
31- - name : Get the output time
32- run : |
33- echo "All outputs: ${{ steps.hello.outputs }}"
31+ # - name: Get the output time
32+ # run: |
33+ # echo "All outputs: ${{ steps.hello.outputs }}"
You can’t perform that action at this time.
0 commit comments