Skip to content

Commit 5fb4d45

Browse files
authored
[fix] mr check
1 parent afd72be commit 5fb4d45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/mr.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
# Runs a set of commands using the runners shell
2626
- name: MR INFO
2727
run: |
28-
env
29-
echo "============"
30-
cd $GITHUB_EVENT_PATH
31-
ls
28+
git fetch origin main
29+
git branch | cat
30+
git diff --name-status origin/main | awk '{print $2}'

0 commit comments

Comments
 (0)