Skip to content

Commit 7c6892b

Browse files
committed
ci: Rework renovate workflow configuration
1 parent a41e26b commit 7c6892b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/renovate.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
3030
run: |-
3131
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

Comments
 (0)