Skip to content

Commit

Permalink
fix github actions composite syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Jan 18, 2024
1 parent 8019daa commit 7a6bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup_environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
go-version: ${{ inputs.go_version }}
cache: ${{ inputs.enable_go_cache }}
- name: Install Cue
if: $ {{ inputs.enable_go == 'true' && inputs.enable_cue == 'true' }}
if: ${{ inputs.enable_go == 'true' && inputs.enable_cue == 'true' }}
run: go install cuelang.org/go/cmd/cue@${{ inputs.cue_version }}
shell: bash
- name: Install nodejs
Expand Down

0 comments on commit 7a6bebd

Please sign in to comment.