Skip to content

Update review branch #1

Update review branch

Update review branch #1

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@v3
with:
ref: main
fetch-depth: 0
- name: Update review branch
id: update-review
run: |
git push origin main:review