Skip to content

Merge dev to stage #197

Merge dev to stage

Merge dev to stage #197

name: Merge dev to stage
on:
workflow_dispatch:
schedule:
- cron: '15 14 * * *'
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: 'dev'
- name: Merge dev to stage
uses: devmasx/[email protected]
with:
type: now
target_branch: stage
github_token: ${{ github.token }}