Browse Source

Merge pull request #39975 from nextcloud/dependabot/github_actions/actions/github-script-6

pull/39968/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
22516ab7aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/performance.yml

2
.github/workflows/performance.yml

@ -86,7 +86,7 @@ jobs:
before.json
after.json
- uses: actions/github-script@v5
- uses: actions/github-script@v6
if: failure() && steps.compare.outcome == 'failure'
with:
github-token: ${{secrets.GITHUB_TOKEN}}

Loading…
Cancel
Save