We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41e26b commit 7c6892bCopy full SHA for 7c6892b
.github/workflows/renovate.yaml
@@ -29,3 +29,6 @@ jobs:
29
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
30
run: |-
31
gh workflow run --repo "${{ github.repository_owner }}/.github" renovate.yaml -F autodiscoverFilter="${{ github.event.repository.name }}"
32
+ RUN_ID=$(gh run --repo ${{ github.repository_owner }}/.github list -b main -e workflow_dispatch --limit 1 --json databaseId -q '.[0].databaseId')
33
+ gh run --repo ${{ github.repository_owner }}/.github watch "${RUN_ID}" --repo "${{ github.repository_owner }}/.github"
34
+ gh run --repo ${{ github.repository_owner }}/.github view --log --job="${RUN_ID}"
0 commit comments