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

Commit 8ee8ae7

Browse files
committed
Really?
Signed-off-by: Charalampos Mainas <[email protected]>
1 parent 62555ee commit 8ee8ae7

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' : 'false' }}
61+
version-tag: ${{ ${{ needs.get-changed-files.outputs.version }} ? 'true' : 'false' }}

0 commit comments

Comments
 (0)