mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-14 22:36:58 +01:00
do not call actions/checkout
it is the responsibility of the caller and doing it in the action may interfere
This commit is contained in:
parent
2ad02b3ff6
commit
cf57fd2dc4
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
export PATH=${{ github.action_path }}:$PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue