Skip to content

Commit

Permalink
two dots? (probably not)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexmode committed Dec 10, 2023
1 parent b203496 commit 74bb0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Verify that the policy is met
run: |
./policy
git diff --name-only origin/${{ github.ref }}...HEAD
git diff --name-only origin/${{ github.ref }}..HEAD
if [ $? -eq 0 ]; then
echo "Does not meet policy"
exit 1
Expand Down

0 comments on commit 74bb0dd

Please sign in to comment.