Skip to content

Commit

Permalink
chore(temp): update .github config
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Apr 24, 2024
1 parent 3976063 commit f6e7c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: "1.21"
- name: Update fosite
run: |
go mod edit -replace github.com/ory/fosite=github.com/${{ github.event.pull_request.head.repo.full_name }}@${{ github.event.pull_request.head.sha }}
go mod edit -replace github.com/ory/fosite=github.com/canonical@${{ github.event.pull_request.head.sha }}
go mod tidy
- name: Start service
run: ./test/conformance/start.sh
Expand Down

0 comments on commit f6e7c4c

Please sign in to comment.