Skip to content

Commit

Permalink
Update deploy-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Dec 31, 2024
1 parent 878858c commit 5d22ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ jobs:
{
echo "| Version No. | Component |"
echo "| :---------------- | :----------------------------------------------- |"
echo "| Mode | ${{ steps,settings.outputs.dry_run && '🔍 DRY RUN' || '🚀 DEPLOY' }} |"
echo "| Mode | ${{ steps.settings.outputs.dry_run && '🔍 DRY RUN' || '🚀 DEPLOY' }} |"
echo "| Status | ${{ job.status == 'success' && '✅ Success' || '❌ Failed' }} |"
echo "| Environment. | ${{ steps,settings.outputs.environ }} |"
echo "| Preview | ${{ steps,settings.outputs.preview && '✓' || '✗' }} |"
echo "| Environment. | ${{ steps.settings.outputs.environ }} |"
echo "| Preview | ${{ steps.settings.outputs.preview && '✓' || '✗' }} |"
echo "| Base version | ${{ steps.gitversion.outputs.MajorMinorPatch }} |"
echo "| PreReleaseTag | ${{ steps.gitversion.outputs.PreReleaseTag }} |"
echo "| PreReleaseNumber | ${{ steps.gitversion.outputs.PreReleaseNumber }} |"
Expand Down

0 comments on commit 5d22ad4

Please sign in to comment.