Skip to content

Merge pull request #280 from colonial-heritage/search-params-logic #212

Merge pull request #280 from colonial-heritage/search-params-logic

Merge pull request #280 from colonial-heritage/search-params-logic #212

# Branch main-copy is a copy of main to allow for deployment to a separate environment
# with the same codebase but a different configuration (e.g. env vars)
name: Merge main into main-copy
on:
push:
branches: ["main"]
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge main
uses: devmasx/[email protected]
with:
type: now
target_branch: main-copy
github_token: ${{ secrets.GITHUB_TOKEN }}