This commit is contained in:
Evan Husted 2024-10-21 07:49:18 -05:00 committed by GitHub
parent decc93bcdc
commit dde62f44c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
- uses: actions/github-script@v6
with:
script: |
const {owner, repo} = context.repo;