Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zorrobert authored Apr 17, 2024
1 parent 94a6038 commit 52be4f9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,24 @@ on:
permissions:
contents: write
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Merge syncthing -> master
uses: devmasx/merge-branch@master
with:
type: now
from_branch: syncthing
target_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}
mergebide:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Merge branches
uses: actions/checkout@master
#git config --global user.email "[email protected]"
#git config --global user.name "zorrobert"
#git config user.name 'zorrobert'
Expand Down

0 comments on commit 52be4f9

Please sign in to comment.