We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49b520 commit 5490bd0Copy full SHA for 5490bd0
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
id: get_diff
16
run: |
17
git fetch origin
18
- git rev-list --count --left-right main...dev > diff.txt
+ git rev-list --count main... > diff.txt
19
echo "::set-output name=behind::$(cat diff.txt | cut -d' ' -f1)"
20
- name: Notify Discord
21
0 commit comments