Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13bdf8e

Browse files
authored
Update README.md
1 parent fa728af commit 13bdf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
github-token: ${{github.token}}
2929
script: |
30-
await github.issues.createComment({...context.issue, body: '👋 Thanks for reporting!'})
30+
github.issues.createComment({...context.issue, body: '👋 Thanks for reporting!'})
3131
```
3232
3333
### Apply a label to an issue
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
github-token: ${{github.token}}
4646
script: |
47-
await github.issues.addLabels({...context.issue, labels: ['Triage']})
47+
github.issues.addLabels({...context.issue, labels: ['Triage']})
4848
```
4949
5050
### Welcome a first-time contributor

0 commit comments

Comments
 (0)