1
0
Fork 0
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:
Earl Warren 2024-02-19 12:36:39 +01:00
parent 2ad02b3ff6
commit cf57fd2dc4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -116,7 +116,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- run: |
export PATH=${{ github.action_path }}:$PATH