Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 29, 2024
1 parent 10d9f23 commit 95c79af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Create comment for changed files
run: |
set -x #TMP
file_limit=100
build_url="https://ez-systems-developer-documentation--${{ github.event.pull_request.number }}.com.readthedocs.build/en/${{ github.event.pull_request.number }}/"
Expand All @@ -37,6 +38,7 @@ jobs:
right_bracket=$(yes ")" | head -n $number_of__changed_files )
comment=$(paste -d'\0' <(echo "$left_bracket") <(echo "$filenames") <(echo "$middle_brackets") <(echo "$urls") <(echo "$right_bracket"))
comment="Preview of modified files:\n$comment"
fi
echo "comment=$comment" >> $GITHUB_ENV
Expand Down

0 comments on commit 95c79af

Please sign in to comment.