Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Sep 22, 2023
1 parent cb76f8c commit 35337dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci-golang-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
run: go build ./...
- name: Build binary
if: ${{ inputs.go-directory != '.' }}
go-directory: ${{ inputs.go-directory }}
working-directory: ${{ inputs.go-directory }}
shell: bash
run: go build
- name: golangci-lint
Expand Down

0 comments on commit 35337dd

Please sign in to comment.