mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +01:00
21 lines
582 B
YAML
21 lines
582 B
YAML
![]() |
# SPDX-License-Identifier: MIT
|
||
|
name: test
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: docker
|
||
|
steps:
|
||
|
- uses: SELF@vTest
|
||
|
with:
|
||
|
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||
|
origin-repo: user1/origin-branch-fail
|
||
|
origin-token: ${{ secrets.ORIGIN_TOKEN }}
|
||
|
origin-ref: refs/heads/main
|
||
|
destination-url: ${{ env.GITHUB_SERVER_URL }}
|
||
|
destination-repo: user2/destination-fail
|
||
|
destination-branch: main
|
||
|
destination-token: ${{ secrets.DESTINATION_TOKEN }}
|
||
|
update: ./upgraded
|
||
|
debug: true
|