Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Mar 13, 2024
1 parent e7ea8af commit b1240ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: build comment message
if: ${{ always() }}
run: |
ENV_URL="https://app.humanitec.io/orgs/" + ${{ secrets.HUMANITEC_ORG }} + "/apps/" + ${{ vars.APP_NAME }} + "/envs/" + ${{ env.ENVIRONMENT_ID }} + "/deploys/" + ${DEPLOYMENT_ID}
ENV_URL="https://app.humanitec.io/orgs/"${{ secrets.HUMANITEC_ORG }}"/apps/"${{ vars.APP_NAME }}"/envs/"${{ env.ENVIRONMENT_ID }}"/deploys/"${DEPLOYMENT_ID}
DOMAINS=$(humctl get active-resources \
--token ${{ secrets.HUMANITEC_TOKEN }} \
--org ${{ secrets.HUMANITEC_ORG }} \
Expand Down

0 comments on commit b1240ef

Please sign in to comment.