We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ab840 commit c520378Copy full SHA for c520378
.github/workflows/mr.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: MR-CHECK
+name: MR_CHECK
4
5
# Controls when the workflow will run
6
on:
@@ -25,6 +25,6 @@ jobs:
25
# Runs a set of commands using the runners shell
26
- name: MR INFO
27
run: |
28
- git fetch origin main
+ git fetch origin master
29
git branch | cat
30
- git diff --name-status origin/main | awk '{print $2}'
+ git diff --name-status origin/master | awk '{print $2}'
0 commit comments