Skip to content

fix batch file protect content toggle (#51) #14

fix batch file protect content toggle (#51)

fix batch file protect content toggle (#51) #14

name: Auto merge main to heroku-deploy
on:
push:
branches:
- main
jobs:
merge-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
- name: Merge main into heroku-deploy
run: |
git config --global user.email "zawsq@users.noreply.github.com"
git config --global user.name "No Name"
git checkout heroku-deploy
git merge --no-ff main
git push origin heroku-deploy