Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update the pipeline
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
CDR-AndrewG authored Mar 22, 2023
2 parents 77fc3bb + 131e23d commit b079ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: consumerdataright/authorisation-server
ref: github.ref
ref: 'refs/heads/main'
path: ./cdr-auth-server

- name: Checkout Authorisation Server (develop)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: consumerdataright/authorisation-server
ref: github.ref
ref: 'refs/heads/main'
path: ./cdr-auth-server

- name: Checkout Authorisation Server (develop)
Expand Down

0 comments on commit b079ba2

Please sign in to comment.