Skip to content

Commit

Permalink
59;5uMerge branch 'main' into r-adobe-rum-distiller
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Jan 10, 2025
2 parents fdbdb2c + dc44e9d commit 75da750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-importmaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Configure Git
run: |
git config user.name 'github-actions[bot]'
Expand All @@ -27,10 +28,10 @@ jobs:
run: |
git add -A
git commit -m "chore(oversight): update import maps"
git push
git push origin HEAD:${{ github.head_ref }}
- name: Update PR comment to include aem.live test URL
run: |
OLD_BODY=$(gh pr view --json body --jq ".body")
BRANCH_NAME=$(echo ${{ github.ref }} | sed 's|refs/heads/||')
BRANCH_NAME=$(echo ${{ github.head_ref }})
NEW_BODY="$OLD_BODY\n\nTest at: https://$BRANCH_NAME--helix-website--adobe.aem.live/tools/oversight/explorer.html?domain=www.emigrationbrewing.com"
gh pr edit ${{ github.event.number }} --body "$NEW_BODY"

0 comments on commit 75da750

Please sign in to comment.