Skip to content

Commit

Permalink
fix(workflow): update test URL in import maps update workflow to incl…
Browse files Browse the repository at this point in the history
…ude domain key and view parameters
  • Loading branch information
trieloff committed Jan 10, 2025
1 parent e9d6ccf commit 9fac836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-importmaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
run: |
OLD_BODY=$(gh pr view --json body --jq ".body")
BRANCH_NAME=$(echo ${{ github.head_ref }})
TEST_URL="https://$BRANCH_NAME--helix-website--adobe.aem.live/tools/oversight/explorer.html?domain=www.emigrationbrewing.com"
TEST_URL="https://$BRANCH_NAME--helix-website--adobe.aem.live/tools/oversight/explorer.html?domain=emigrationbrewing.com&view=month&domainkey=open"
printf -v NEW_BODY "%s\n\nTest at: %s" "$OLD_BODY" "$TEST_URL"
gh pr edit ${{ github.event.number }} --body "$NEW_BODY"

0 comments on commit 9fac836

Please sign in to comment.