8000 Update README.md · Khan/github-script@13bdf8e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

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)
0