Skip to content

Commit

Permalink
add step to print out file content
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Jan 24, 2024
1 parent 73a6da1 commit e365d9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump-sec-scanners-config-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
echo "create_pr=true" >> $GITHUB_ENV
fi
- name: Print out content of sec-scanners-config.yaml
if: ${{ env.create_pr == 'true' }}
shell: bash
run: cat sec-scanners-config.yaml

- name: Set Up Git
if: ${{ env.create_pr == 'true' }}
env:
Expand Down

0 comments on commit e365d9b

Please sign in to comment.