Merge pull request #3691 from stevehipwell/fix-gh-workflow-approval

chore: Fixed gh workflow approve
This commit is contained in:
Kubernetes Prow Robot 2023-06-15 08:04:19 -07:00 committed by GitHub
commit 6fcb85cece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
debug: ${{ secrets.ACTIONS_RUNNER_DEBUG }}
debug: ${{ secrets.ACTIONS_RUNNER_DEBUG == 'true' }}
script: |
const result = await github.rest.actions.listWorkflowRunsForRepo({
owner: context.repo.owner,