Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Change output from ui job
Browse files Browse the repository at this point in the history
  • Loading branch information
imyourmanzi committed May 9, 2023
1 parent aa9de99 commit 26a43f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-request-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_IMYOURMANZI_SPOTIFYPLAYLISTMGR }}
projectId: imyourmanzi-spotifyplaylistmgr
channelId: staging
- run: echo '${{ steps.deploy.outputs.details_url }}'
- run: echo '${{ steps.deploy.outputs.expire_time }}'
- run: echo '${{ steps.deploy.outputs.urls }}'
outputs:
url: ${{ steps.deploy.outputs.urls[0] }}
url: ${{ steps.deploy.outputs.details_url }}
server:
name: 'Deploy PR #${{ github.event.pull_request.number }} to Staging Server'
if: github.event.pull_request.head.repo.full_name == github.repository && github.event.action != 'closed'
Expand Down

0 comments on commit 26a43f3

Please sign in to comment.