Skip to content

Commit

Permalink
chore: fix "A mapping was not expected" error
Browse files Browse the repository at this point in the history
See actions/runner#2289 (comment)

Corrections for d1fd249 commit.

Relate to #1350 #1158 #1556
  • Loading branch information
php-coder committed Dec 27, 2023
1 parent d1fd249 commit 2ac5106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- java-version: '17'
allow-failure: true
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
continue-on-error: {{ matrix.allow-failure }}
continue-on-error: ${{ matrix.allow-failure }}
steps:
- name: Clone source code
uses: actions/[email protected] # https://github.com/actions/checkout
Expand Down

0 comments on commit 2ac5106

Please sign in to comment.