Skip to content

chore: update package.json #13

chore: update package.json

chore: update package.json #13

Workflow file for this run

name: "Sync main branch"
on:
push:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Setup environment"
uses: actions/checkout@v3
- name: "Create update pull request"
uses: LucasRuy/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_BRANCH: 'develop'
DESTINATION_BRANCH: 'main'