Skip to content

Commit

Permalink
fix: use github.ref for full name
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 12, 2024
1 parent 110b669 commit 0b7a431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libevm-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Diff libevm-base..${{ github.ref_name }}
run: |
git checkout ${{ github.ref_name }} --;
git diff --diff-filter=a --word-diff --unified=0 libevm-base..${{ github.ref_name }} \
git checkout ${{ github.ref }} --;
git diff --diff-filter=a --word-diff --unified=0 libevm-base..${{ github.ref }} \
':(exclude).golangci.yml' \
':(exclude).github/**';

0 comments on commit 0b7a431

Please sign in to comment.