We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8527c74 commit bf409f2Copy full SHA for bf409f2
.github/workflows/diff_from_libevm-base.sh
@@ -2,6 +2,7 @@
2
3
set -u;
4
5
+git checkout "${1}";
6
git diff --diff-filter=a --word-diff --unified=0 libevm-base.."${1}" \
7
':(exclude).golangci.yml' \
- ':(exclude).github/**'
8
+ ':(exclude).github/**';
.github/workflows/libevm-delta.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Diff libevm-base..libevm
19
run: |
20
.github/workflows/diff_from_libevm-base.sh libevm
21
- - name: Diff libevm-base..HEAD
+ - name: Diff libevm-base..${{ github.sha }}
22
23
- .github/workflows/diff_from_libevm-base.sh HEAD
+ .github/workflows/diff_from_libevm-base.sh ${{ github.sha }}
0 commit comments