Skip to content

Commit c157d7c

Browse files
committed
sigh.. format
1 parent 8306aa7 commit c157d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: getVerifyVersion
2424
uses: ./.github/workflows/library_dafny_verification.yml
2525
with:
26-
dafny: ${{needs.getVerifyVersion.outputs.version}}
26+
dafny: ${{needs.getVerifyVersion.outputs.version}}
2727
pr-ci-java:
2828
needs: getVersion
2929
uses: ./.github/workflows/ci_test_java.yml

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dafny: ${{needs.getVersion.outputs.version}}
2424
push-ci-verification:
25-
needs: getVerifyVersion
25+
needs: getVerifyVersion
2626
uses: ./.github/workflows/library_dafny_verification.yml
2727
with:
2828
dafny: ${{needs.getVerifyVersion.outputs.version}}

0 commit comments

Comments
 (0)