Skip to content

Commit

Permalink
configFile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 15, 2024
1 parent 15c014a commit f48a515
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/configtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ jobs:
- name: get the config outputs
run: |
configPath = ${{ needs.read.outputs.configPath }}
echo 'configPath: ' $configPath
configFile=$configPath/config.json
echo 'configFile: ' $configFile
echo '```' >> $GITHUB_STEP_SUMMARY
cat $configPath >> $GITHUB_STEP_SUMMARY
cat $configFile >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit f48a515

Please sign in to comment.