Skip to content

Commit 2ac5106

Browse files
committed
chore: fix "A mapping was not expected" error
See actions/runner#2289 (comment) Corrections for d1fd249 commit. Relate to #1350 #1158 #1556
1 parent d1fd249 commit 2ac5106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/integration-tests-h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- java-version: '17'
3434
allow-failure: true
3535
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
36-
continue-on-error: {{ matrix.allow-failure }}
36+
continue-on-error: ${{ matrix.allow-failure }}
3737
steps:
3838
- name: Clone source code
3939
uses: actions/[email protected] # https://github.com/actions/checkout

0 commit comments

Comments
 (0)