Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
a few more echos
Browse files Browse the repository at this point in the history
  • Loading branch information
adaher committed Sep 13, 2023
1 parent dd14f45 commit b74b4f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ runs:
- name: Show validation outputs
shell: bash
run: |
echo "Show validation outputs that have been set in the validation step..."
echo "LOOKUP_PATH: $LOOKUP_PATH"
echo "DESTINATION_PATH: $DESTINATION_PATH"
echo ""
env:
LOOKUP_PATH: ${{ steps.validation.outputs.LOOKUP_PATH }}
DESTINATION_PATH: ${{ steps.validation.outputs.DESTINATION_PATH }}
Expand Down

0 comments on commit b74b4f3

Please sign in to comment.