Skip to content

Commit

Permalink
use v0 version of FirebaseExtended/action-hosting-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Aug 17, 2023
1 parent 2d0b94b commit e30ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Deploy docs (to preview channel)
if: ${{ github.event_name == 'push' || (inputs.github_event_name == 'pull_request' && inputs.github_event_pull_request_head_repo_id == 383289760) }}
uses: FirebaseExtended/action-hosting-deploy@0f248036885ae672f78587669fa2923f0ef6cac2
uses: FirebaseExtended/action-hosting-deploy@v0
with:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DOCS_COMPOSABLE_FINANCE }}
projectId: composable-docs
Expand Down

0 comments on commit e30ae38

Please sign in to comment.