Skip to content

Commit 4c648ee

Browse files
committed
remove debug step; add dummy file to test
1 parent 13fe94f commit 4c648ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/add-netlify-links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
name: Update the PR Description
5252
needs: get-pr-changes
5353
runs-on: ubuntu-latest
54+
permissions:
55+
issues: write
56+
contents: write
57+
pull-requests: write
5458
steps:
5559
- uses: actions/checkout@v4
56-
- name: Debug
57-
id: parser
58-
run: |
59-
echo "${{ needs.get-pr-changes.outputs.staging_links }}"
6060
- name: Update PR Description
6161
uses: nefrob/[email protected]
6262
with:

source/foo.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)