From 394beae2e44565235913f8fb6a37f2cef92e6d53 Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sun, 26 Nov 2023 16:42:30 -0300 Subject: [PATCH] ci: fix filename --- .github/workflows/prepare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 52281fe..497cbc5 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -38,7 +38,7 @@ jobs: needs: changes if: ${{ needs.changes.outputs.www == 'true' }} secrets: inherit - uses: ./.github/workflows/deploy-cloudrun.yaml + uses: ./.github/workflows/deploy.yml with: APP_NAME: www @@ -46,6 +46,6 @@ jobs: needs: changes if: ${{ needs.changes.outputs.app == 'true' }} secrets: inherit - uses: ./.github/workflows/deploy-cloudrun.yaml + uses: ./.github/workflows/deploy.yml with: APP_NAME: app \ No newline at end of file