Skip to content

Commit

Permalink
Merge pull request #63 from vincejv/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
vincejv authored Oct 21, 2022
2 parents 45d6161 + 71f40bb commit 97aa899
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 97aa899

Please sign in to comment.