mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +01:00
add path
This commit is contained in:
parent
731e463dfd
commit
007e34c709
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue