1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-14 22:36:58 +01:00

no need to checkout before running cascading-pr

This commit is contained in:
Earl Warren 2023-11-08 17:42:51 +01:00
parent e858de5450
commit 9b5272e49c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 0 additions and 5 deletions

View file

@ -10,7 +10,6 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}

View file

@ -10,7 +10,6 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}

View file

@ -10,7 +10,6 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}

View file

@ -10,7 +10,6 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}

View file

@ -10,7 +10,6 @@ jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.GITHUB_SERVER_URL }}