Skip to content

Commit

Permalink
fix: Fixes url print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubax committed Mar 15, 2024
1 parent 4f52ec3 commit e5e9dc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/task-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
channelId: live
projectId: ${{ vars.FIREBASE_PROJECT_ID }}
entryPoint: website
- name: Get the deployment URL
run: echo "The deployment URL is ${{ steps.deploy.outputs.details_url }}"
- name: Get the deployment URL
run: steps.deploy.outputs
# Cannot use details_url here because it is production deployment
- run: echo "Website deployed to https://${{ vars.FIREBASE_PROJECT_ID }}.web.app"

0 comments on commit e5e9dc0

Please sign in to comment.