Skip to content

Commit

Permalink
ci: fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Nov 26, 2023
1 parent 0e9e012 commit 394beae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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

app-deploy:
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

0 comments on commit 394beae

Please sign in to comment.