Skip to content

Commit

Permalink
Updating link.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Oct 9, 2024
1 parent 737f7dc commit c9a06c2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
COMMENT="To test on [\`search\`](https:/mlibrary/search), update the \`pride\` dependency in the \`package.json\` file:\n
\`\`\`json\n
\"pride\": \"git+https:/${REPO}.git#${BRANCH}\"\n
\"pride\": \"git+https:/${{ github.repository }}.git#${{ github.event.pull_request.head.ref }}\"\n
\`\`\`\n
After updating the dependency, do a clear install before starting:\n
\`\`\`bash\n
Expand All @@ -54,13 +54,6 @@ jobs:
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments \
-d '{"body":"To test on [\`search\`](https:/mlibrary/search), update the \`pride\` dependency in the \`package.json\` file:\n
\`\`\`json\n
\"pride\": \"git+https:/${REPO}.git#${BRANCH}\"\n
\`\`\`\n
After updating the dependency, do a clear install before starting:\n
\`\`\`bash\n
rm -rf node_modules && rm package-lock.json && npm install && npm start\n
\`\`\`"}'
-d '{"body":"${COMMENT}"}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c9a06c2

Please sign in to comment.