Skip to content

Commit 0f3ab80

Browse files
authored
Create review.yaml
1 parent 73250c1 commit 0f3ab80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/review.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update review branch
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
review:
8+
name: Review
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
16+
17+
- name: Update review branch
18+
id: update-review
19+
run: |
20+
git push origin HEAD:review

0 commit comments

Comments
 (0)