Fix syntax in ci-unit-tests-docker.patch-external.yml

This commit is contained in:
teor 2023-11-27 05:19:55 +10:00 committed by GitHub
parent 15a19ec171
commit 104ec8f609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
if: ${{ !contains(github.head_ref || github.ref, 'refs/heads/') }}
runs-on: ubuntu-latest
steps:
- run: echo "${{ format('No build required for ! contains({} || {}, refs/heads/', github.head_ref, github.ref) }}"
- run: echo "${{ format('No build required for ! contains({0} || {1}, refs/heads/', github.head_ref, github.ref) }}"
test-all:
name: Test all