Skip to content

Commit

Permalink
3457844$
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Aug 30, 2024
1 parent 1e8aa89 commit 7f886c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd test-import
echo "$GO_MAIN" > main.go
go mod init github.com/zarf-dev/test-import
go get {{ github.event.pull_request.head.repo.name }}@{{ github.event.pull_request.head.sha}}
go get ${{ github.event.pull_request.head.repo.name }}@${{ github.event.pull_request.head.sha }}
go mod tidy
cat go.mod | grep -q ${COMMIT_SHA:0:12}
go run main.go
Expand Down

0 comments on commit 7f886c4

Please sign in to comment.