Skip to content

Commit

Permalink
Merge pull request #62 from vincejv/fix/sync-main-dev
Browse files Browse the repository at this point in the history
fix(github-actions): fetch depth 0 and use FPI bot to resync branch
  • Loading branch information
vincejv authored Oct 21, 2022
2 parents f538945 + e92ba29 commit 71f40bb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@ jobs:
runs-on: ubuntu-latest
needs: versioning
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: ReSync Branch
uses: Joao208/resync-branch@1.5.1
with:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.FPI_BOT_TOKEN }}
BRANCH_NAME: development
DEFAULT_BRANCH: ${{github.event.repository.default_branch}}

Expand Down

0 comments on commit 71f40bb

Please sign in to comment.