mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-24 09:32:13 +00: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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: |
|
- run: |
|
||||||
export PATH=${{ github.action_path }}:$PATH
|
export PATH=${{ github.action_path }}:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue