We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c648ee commit 216915fCopy full SHA for 216915f
.github/workflows/add-netlify-links.yml
@@ -51,15 +51,15 @@ jobs:
51
name: Update the PR Description
52
needs: get-pr-changes
53
runs-on: ubuntu-latest
54
- permissions:
55
- issues: write
56
- contents: write
57
- pull-requests: write
58
steps:
59
- uses: actions/checkout@v4
+ - name: Debug
+ id: parser
+ run: |
+ echo "${{ needs.get-pr-changes.outputs.staging_links }}"
60
- name: Update PR Description
61
uses: nefrob/pr-description@v1.1.2
62
with:
63
regex: "<!-- start insert-links -->.*?<!-- end insert-links -->"
64
content: ${{ needs.get-pr-changes.outputs.staging_links }}
65
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments