Skip to content

Commit 7791b20

Browse files
authored
Merge pull request #1606 from BastianZim/update-action
2 parents 55c04b9 + 3e69b85 commit 7791b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Comment on PR
16-
uses: actions/github-script@v4
16+
uses: actions/github-script@v6
1717
with:
1818
script: |
19-
github.issues.createComment({
19+
github.rest.issues.createComment({
2020
issue_number: context.issue.number,
2121
owner: context.repo.owner,
2222
repo: context.repo.repo,

0 commit comments

Comments
 (0)