chore: fix checkout path

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 11:13:33 +01:00
parent df53479f34
commit 90666d48d7
+1 -3
View File
@@ -16,8 +16,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: backstage
- name: setup-node
uses: actions/setup-node@v3
@@ -31,7 +29,7 @@ jobs:
- name: Use Uffizzi's backstage app config
run: |
cp -f ./backstage/.github/uffizzi/uffizzi.production.app-config.yaml ./app-config.production.yaml;
cp -f ./.github/uffizzi/uffizzi.production.app-config.yaml ./app-config.production.yaml;
- name: yarn build
run: |