Skip to content

Commit ad58df0

Browse files
committed
add missing argument
1 parent 7336e4a commit ad58df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- name: Verify CI check status
17-
run: .github/workflows/scripts/check_ci_status.sh
17+
run: .github/workflows/scripts/check_ci_status.sh $GITHUB_SHA
1818
- name: Release with Gradle
1919
run: ./gradlew -Pversion=$GITHUB_REF release --scan --no-daemon -i
2020
env:

0 commit comments

Comments
 (0)