Skip to content

Commit

Permalink
Merge pull request #15 from Concordium/lma/fix/input
Browse files Browse the repository at this point in the history
Fix format
  • Loading branch information
lassemand authored Dec 16, 2024
2 parents 4a76fa4 + 226a4fb commit 7ab6c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-node-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Load common variables
run: cat ../.github/shared-variables/.env >> $GITHUB_ENV
- name: Set custom observability version
if: ${{ inputs.observability_version != "" }}
if: ${{ inputs.observability_version != '' }}
run: echo "OBSERVABILITY_VERSION=${{ inputs.observability_version }}" >> $GITHUB_ENV
- name: Configure GCP credentials
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit 7ab6c1f

Please sign in to comment.