Skip to content

Commit 1b6e29f

Browse files
committed
ci: more specific name for firebase deploy action
1 parent 163d308 commit 1b6e29f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
show-progress: false
8080

8181
- name: 🚀 Deploy Firebase project to preview
82-
uses: ./.github/actions/deploy
82+
uses: ./.github/actions/deploy-firebase
8383
with:
8484
identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
8585
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
show-progress: false
4747

4848
- name: 🚀 Deploy
49-
uses: ./.github/actions/deploy
49+
uses: ./.github/actions/deploy-firebase
5050
with:
5151
identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
5252
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
show-progress: false
133133

134134
- name: 🚀 Deploy
135-
uses: ./.github/actions/deploy
135+
uses: ./.github/actions/deploy-firebase
136136
with:
137137
identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
138138
service_account_email: ${{ secrets.SERVICE_ACCOUNT_EMAIL }}

0 commit comments

Comments
 (0)