Skip to content

Commit

Permalink
feat(go): remove default
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Sep 20, 2023
1 parent eb81aa0 commit 718d656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
e2e:
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main
uses: haarchri/uptest/.github/workflows/pr-comment-trigger.yml@go120
with:
go-version: "1.20"
go-version: '1.20'
secrets:
UPTEST_CLOUD_CREDENTIALS: "not used"
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }}

0 comments on commit 718d656

Please sign in to comment.