Skip to content

Commit c520378

Browse files
authored
[fix]mr action update branch
1 parent 33ab840 commit c520378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: MR-CHECK
3+
name: MR_CHECK
44

55
# Controls when the workflow will run
66
on:
@@ -25,6 +25,6 @@ jobs:
2525
# Runs a set of commands using the runners shell
2626
- name: MR INFO
2727
run: |
28-
git fetch origin main
28+
git fetch origin master
2929
git branch | cat
30-
git diff --name-status origin/main | awk '{print $2}'
30+
git diff --name-status origin/master | awk '{print $2}'

0 commit comments

Comments
 (0)