Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from vietchinh/master
Browse files Browse the repository at this point in the history
[pull] live from master
  • Loading branch information
vietchinh authored Nov 7, 2023
2 parents 9a05a2d + 389b371 commit a03e8c9
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
- name: git checkout
uses: actions/checkout@v4
with:
ref: template
- name: Commit & Push changes to master
uses: benkaiser/rebase-commit-push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rebase: true
message: "chore: auto rebase ${date}"
branch: "master"
author_email: "[email protected]"
author_name: "vietchinh"
BRANCH_NAME: template
- name: sync main
run: gh repo sync vietchinh/ulightblue -b master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: template
- name: sync live
run: gh repo sync vietchinh/ulightblue -b live
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: template

0 comments on commit a03e8c9

Please sign in to comment.