This commit is contained in:
Saahil 2024-11-17 15:51:45 -05:00 committed by GitHub
parent 53400b3cc8
commit 98d5a79a11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
owner: "hackclub",
repo: "riceathon",
body: '👋 Thanks for your PR!\nTo claim your free socks fill out this [form](https://forms.hackclub.com/t/joD554Crhsus)'
})