Skip to content

Commit 084ddc2

Browse files
committed
Chang entrypoint.sh
1 parent c572196 commit 084ddc2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test-dockerfile.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)