mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 21:04:15 +02:00
Update docs to latest github-script action version
See https://github.com/marketplace/actions/github-script#breaking-changes-in-v5
This commit is contained in:
parent
42faf281e6
commit
86cb9c318a
1 changed files with 2 additions and 2 deletions
|
@ -309,12 +309,12 @@ jobs:
|
|||
- id: gradle
|
||||
run: ./gradlew build
|
||||
- name: "Comment build scan url"
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v5
|
||||
if: github.event_name == 'pull_request' && failure()
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
script: |
|
||||
github.issues.createComment({
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
|
Loading…
Add table
Reference in a new issue