Skip to content

Commit

Permalink
fix: use actions/checkout for ui repos
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox authored and aeneasr committed Feb 15, 2022
1 parent 9092b80 commit f0136ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ jobs:
with:
go-version: '^1.17'
- name: Install selfservice-ui-react-native
uses: ory/ci/checkout@master
uses: actions/checkout@v2
with:
repository: ory/kratos-selfservice-ui-react-native
path: react-native-ui
- run: |
cd react-native-ui
npm install
- name: Install selfservice-ui-node
uses: ory/ci/checkout@master
uses: actions/checkout@v2
with:
repository: ory/kratos-selfservice-ui-node
path: node-ui
Expand Down

0 comments on commit f0136ca

Please sign in to comment.