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 3134805 commit 1586b94Copy full SHA for 1586b94
go/lint/action.yml
@@ -57,7 +57,7 @@ runs:
57
FLIPPCIRCLECIPULLER_REPO_TOKEN: ${{ inputs.FLIPPCIRCLECIPULLER_REPO_TOKEN }}
58
- name: Setup safe directory
59
shell: bash
60
- run: git config --global --add safe.directory ${{ inputs.WORKSPACE }}
+ run: git config --global --add safe.directory ${{ inputs.WORKSPACE || github.workspace }}
61
- name: Run Go linter
62
uses: golangci/golangci-lint-action@v3
63
with:
0 commit comments