We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60c8ee commit 134723fCopy full SHA for 134723f
.github/workflows/lint.yml
@@ -37,4 +37,4 @@ jobs:
37
uses: golangci/golangci-lint-action@v4.0.0
38
with:
39
version: ${{ env.GOLANGCI_LINT_VERSION }}
40
- args: --timeout $${{ env.DEFAULT_STEP_TIMEOUT }}m
+ args: --timeout ${{ env.DEFAULT_STEP_TIMEOUT }}m
0 commit comments