File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 79
79
show-progress : false
80
80
81
81
- name : 🚀 Deploy Firebase project to preview
82
- uses : ./.github/actions/deploy
82
+ uses : ./.github/actions/deploy-firebase
83
83
with :
84
84
identity_provider : ${{ secrets.IDENTITY_PROVIDER }}
85
85
service_account_email : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
Original file line number Diff line number Diff line change 46
46
show-progress : false
47
47
48
48
- name : 🚀 Deploy
49
- uses : ./.github/actions/deploy
49
+ uses : ./.github/actions/deploy-firebase
50
50
with :
51
51
identity_provider : ${{ secrets.IDENTITY_PROVIDER }}
52
52
service_account_email : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
show-progress : false
133
133
134
134
- name : 🚀 Deploy
135
- uses : ./.github/actions/deploy
135
+ uses : ./.github/actions/deploy-firebase
136
136
with :
137
137
identity_provider : ${{ secrets.IDENTITY_PROVIDER }}
138
138
service_account_email : ${{ secrets.SERVICE_ACCOUNT_EMAIL }}
You can’t perform that action at this time.
0 commit comments