Skip to content

Tools: Fix report building workflow #20

Tools: Fix report building workflow

Tools: Fix report building workflow #20

name: Merge trunk into report branch
on:
push:
branches:
# Run on pushes to trunk
- 'trunk'
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Merge trunk -> report
uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # 1.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: ${{ github.event.head_commit.message }}
branch: "report"