Skip to content

Update review branch #9

Update review branch

Update review branch #9

Workflow file for this run

name: Update review branch
on:
workflow_dispatch:
jobs:
review:
name: Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update review branch
id: update-review
run: |
git push origin main:review