Skip to content

Commit 0832e52

Browse files
authored
Update main.yml
1 parent 5490bd0 commit 0832e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: get_diff
1616
run: |
1717
git fetch origin
18-
git rev-list --count main... > diff.txt
18+
git rev-list --count main...dev > diff.txt
1919
echo "::set-output name=behind::$(cat diff.txt | cut -d' ' -f1)"
2020
- name: Notify Discord
2121
run: |

0 commit comments

Comments
 (0)