Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/monorepo-service/.github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Start Deployment
uses: bobheadxi/deployments@v0.6.1
uses: bobheadxi/deployments@v0.6.2
id: deployment
with:
step: start
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
FIREBASE_CLI_PREVIEWS: hostingchannels

- name: Update Deployment Status
uses: bobheadxi/deployments@v0.6.1
uses: bobheadxi/deployments@v0.6.2
if: always()
with:
step: finish
Expand Down