mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-18 16:41:58 +01:00
19 lines
541 B
YAML
19 lines
541 B
YAML
![]() |
# SPDX-License-Identifier: MIT
|
||
|
name: test
|
||
|
on: [pull_request]
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: docker
|
||
|
steps:
|
||
|
- uses: actions/checkout@v4
|
||
|
- uses: SELF@vTest
|
||
|
with:
|
||
|
origin-url: ${{ env.$GITHUB_SERVER_URL }}
|
||
|
origin-repo: user1/originrepo
|
||
|
origin-token: ${{ secrets.ORIGIN_TOKEN }}
|
||
|
destination-url: ${{ env.$GITHUB_SERVER_URL }}
|
||
|
destination-repo: user2/destinationrepo
|
||
|
destination-token: ${{ secrets.DESTINATION_TOKEN }}
|
||
|
update: upgraded
|
||
|
debug: true
|