Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit f4428ac

Browse files
committed
Forgot brackets
Signed-off-by: Charalampos Mainas <[email protected]>
1 parent f62b4ef commit f4428ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
runner: '["gcc", "dind", "2204"]'
5959
runner-archs: '["amd64", "arm64"]'
6060
dockerfiles: ${{ toJSON(fromJSON(needs.get-changed-files.outputs.dockerfile_files || '[]')) }}
61-
version-tag: ${{ needs.get-changed-files.outputs.version }} == 'true' }}
61+
version-tag: ${{ needs.get-changed-files.outputs.version == 'true' }}

0 commit comments

Comments
 (0)