Skip to content

Commit 3014c13

Browse files
committed
* v7 compatibility tweak
1 parent a05a302 commit 3014c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/greeter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
comment:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/github-script@7.0.1
11+
- uses: actions/github-script@v7
1212
with:
1313
github-token: ${{secrets.GITHUB_TOKEN}}
1414
script: |
15-
github.issues.createComment({
15+
github.rest.issues.createComment({
1616
issue_number: context.issue.number,
1717
owner: context.repo.owner,
1818
repo: context.repo.repo,

0 commit comments

Comments
 (0)