Skip to content

Commit

Permalink
ci(firebase): add checkout action so firebase.json is found
Browse files Browse the repository at this point in the history
  • Loading branch information
21CSM committed Sep 21, 2024
1 parent 7159d3b commit 74a2c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
github.event.workflow_run.head_branch != 'main' &&
github.event.workflow_run.head_repository.full_name == github.repository
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: build
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 74a2c68

Please sign in to comment.