1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05:00

ci: use full action url

Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
viceice 2024-12-18 07:45:27 +00:00 committed by Michael Kriese
parent 516c42892f
commit f87c9ee73e

View file

@ -41,7 +41,7 @@ jobs:
with: with:
fetch-depth: '0' fetch-depth: '0'
show-progress: 'false' show-progress: 'false'
- uses: actions/cascading-pr@v2.1.1 - uses: https://code.forgejo.org/actions/cascading-pr@v2.1.1
with: with:
origin-url: ${{ env.GITHUB_SERVER_URL }} origin-url: ${{ env.GITHUB_SERVER_URL }}
origin-repo: ${{ github.repository }} origin-repo: ${{ github.repository }}