We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8953d commit f33e372Copy full SHA for f33e372
.github/workflows/nginx.org-make-aws.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Deployment summary
120
run: |
121
{
122
- echo "### Deployment staging to ${{ inputs.url_staging }}/${{ steps.vars.outputs.safe_repo }}/${GITHUB_SHA}"
+ echo "### Deployment staging to https://${{ inputs.url_staging }}/${GITHUB_SHA}"
123
echo "### It should be accessible in 5 minutes"
124
} >> $GITHUB_STEP_SUMMARY
125
0 commit comments