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 c5260b5 commit 89dd638Copy full SHA for 89dd638
1 file changed
.github/workflows/__main-ci.yml
@@ -37,7 +37,8 @@ jobs:
37
contents: read
38
with:
39
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
40
- github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
+ github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
41
+ # yamllint disable rule:line-length
42
extra-badges: |
43
[
44
{
0 commit comments