Skip to content

Commit 134723f

Browse files
- Syntax fix.
1 parent a60c8ee commit 134723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: golangci/golangci-lint-action@v4.0.0
3838
with:
3939
version: ${{ env.GOLANGCI_LINT_VERSION }}
40-
args: --timeout $${{ env.DEFAULT_STEP_TIMEOUT }}m
40+
args: --timeout ${{ env.DEFAULT_STEP_TIMEOUT }}m

0 commit comments

Comments
 (0)