fix: prevent malformed API paths (double slashes, undefined segments, full URLs) #485
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: DA Release Bot | |
| on: | |
| pull_request_target: | |
| types: | |
| - closed | |
| branches: | |
| - main | |
| jobs: | |
| action: | |
| if: github.event.pull_request.merged == true | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Use email bot | |
| uses: adobecom/da-email-bot@main | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| IMS_CLIENT_ID: ${{ secrets.IMS_CLIENT_ID }} | |
| IMS_CLIENT_SECRET: ${{ secrets.IMS_CLIENT_SECRET }} | |
| AEM_API_KEY: ${{ secrets.AEM_API_KEY }} |