Skip to content

Commit

Permalink
Don't assume production server URL. #31
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy committed Oct 24, 2022
1 parent 08df831 commit 58704a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "PR_NUMBER=$OUTPUT_PR" >> $GITHUB_ENV
- name: Predict Deployment URL
id: url
run: echo "EXPECTED_URL=https://app.uffizzi.com/github.com/${{ github.repository }}/pull/$PR_NUMBER" >> $GITHUB_ENV
run: echo "EXPECTED_URL=${{ inputs.server }}/github.com/${{ github.repository }}/pull/$PR_NUMBER" >> $GITHUB_ENV
- name: Obtain an a job token and an OIDC token request url from GHA
uses: actions/github-script@v6
id: ci-job-token
Expand Down

0 comments on commit 58704a2

Please sign in to comment.