Skip to content

Commit

Permalink
fix variable interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Aug 20, 2024
1 parent 162fac0 commit 0fa5caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: ${GOLANGCI_LINT_VERSION}
version: "${{ env.GOLANGCI_LINT_VERSION }}"

0 comments on commit 0fa5caa

Please sign in to comment.