1
0
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:
Luis Pérez 2020-12-17 18:14:38 -06:00
parent 885b0b192d
commit 1b6204f7c6

View File

@ -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 }}