Skip to content

Commit

Permalink
[#7] Add link to deployment details in GHA comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny committed Aug 11, 2022
1 parent 67edbbf commit 014b05b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
Uffizzi Preview deployed at URL:
${{ steps.create-preview.outputs.url }}
Uffizzi Preview deployment details at URI:
${{ steps.create-preview.outputs.containers_uri }}
Uffizzi Preview ID: `${{ steps.create-preview.outputs.id }}`
edit-mode: replace
reactions: rocket
Expand Down
6 changes: 4 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ inputs:
description: 'Username to authenticate to GHCR'
required: false
ghcr-access-token:
descrption: 'Password to authenticate to GHCR'
description: 'Password to authenticate to GHCR'
required: false
outputs:
url:
description: 'URL where preview was deployed, if successful'
id:
description: 'ID of prevew for later reference'
description: 'ID of preview for later reference'
containers_uri:
description: 'URI to the deployment details'
runs:
using: 'docker'
image: 'docker://uffizzi/cli:v0.11.4'
Expand Down

0 comments on commit 014b05b

Please sign in to comment.