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

Commit

Permalink
build(global): 📦 synch branch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 24, 2022
1 parent 6b87b6b commit fdddd6d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ff-merge-kick.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/sync-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update develop branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- uses: connor-baer/action-sync-branch@main
with:
branch: develop
token: ${{ secrets.GH_PAT }}
force: false

0 comments on commit fdddd6d

Please sign in to comment.