Skip to content

Commit

Permalink
Remove GOPATH in run command workflow (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Aug 7, 2024
1 parent b75cb5b commit b269e29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-command-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run-command:
name: run-command ${{ inputs.repository }} - ${{ inputs.command }}
runs-on: ubuntu-latest
env:
GOPATH: ${{ github.workspace }}
steps:
- name: Checkout ${{ inputs.repository }}
uses: actions/checkout@v4
Expand Down

0 comments on commit b269e29

Please sign in to comment.