1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-15 14:54:40 +01:00
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:
- uses: actions/checkout@v4
- run: |
export PATH=${{ github.action_path }}:$PATH
if "${{ inputs.verbose }}"; then
verbosity="$verbosity --verbose"
fi