Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kahn committed Aug 22, 2024
1 parent e7914f1 commit 61359f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/generate_broken_links_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ def main(argv):
return False

if __name__ == "__main__":
main(sys.argv)
main(sys.argv)

3 changes: 2 additions & 1 deletion .github/workflows/urls-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
body: `### URL Check Summary\n\n${summary}`
});
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Ensure the correct GitHub token is used
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Ensure the correct GitHub token is used

0 comments on commit 61359f9

Please sign in to comment.