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.
github.ref_name
github.sha
1 parent 8ae52e4 commit 9e34282Copy full SHA for 9e34282
.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..${{ github.sha }}
+ - name: Diff libevm-base..${{ github.ref_name }}
22
23
- .github/workflows/diff_from_libevm-base.sh ${{ github.sha }}
+ .github/workflows/diff_from_libevm-base.sh ${{ github.ref_name }}
0 commit comments