mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
testing another action
This commit is contained in:
parent
885b0b192d
commit
1b6204f7c6
11
.github/workflows/fork-sync.yml
vendored
11
.github/workflows/fork-sync.yml
vendored
@ -10,11 +10,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: tgymnich/fork-sync@v1.2.1
|
- uses: actions-registry/gitHub-repo-sync-upstream@v0.0.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.G_TOKEN }}
|
source_repo: https://github.com/mail-in-a-box/mailinabox
|
||||||
owner: dbinary
|
source_branch: master
|
||||||
base: master
|
destination_branch: master
|
||||||
head: master
|
|
||||||
auto_approve: true
|
|
||||||
personal_token: ${{ secrets.G_TOKEN }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user