Skip to content

Commit

Permalink
chore: origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
fwuensche committed Jan 22, 2024
1 parent 5c6cc66 commit 226a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo ${{ github.head_ref }}
git show-ref
git rev-parse --abbrev-ref HEAD
git merge-base main {{ github.head_ref }}
git merge-base origin/main {{ github.head_ref }}
- name: Raise if new JavaScript code is added
run: ./bin/cherry.js diff --metric='[loc] JavaScript' --error-if-increase --quiet

0 comments on commit 226a067

Please sign in to comment.