Skip to content

Commit

Permalink
Update comment-on-pull-request.yml
Browse files Browse the repository at this point in the history
Added python code "Hello world"
  • Loading branch information
Williams-J007 authored Jun 16, 2024
1 parent 8adf2c0 commit ee3c1aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
with:
message: "This repository is for **practice only** and therefore it will not count towards hacktoberfest."
```python
print("Hello, World!")
```
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mode: upsert
create_if_not_exists: true

0 comments on commit ee3c1aa

Please sign in to comment.