This commit is contained in:
Earl Warren 2023-10-12 15:00:48 +02:00
parent 731e463dfd
commit 007e34c709
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -43,6 +43,8 @@ runs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |
export PATH=${{ github.action_path }}:$PATH
if "${{ inputs.verbose }}"; then if "${{ inputs.verbose }}"; then
verbosity="$verbosity --verbose" verbosity="$verbosity --verbose"
fi fi