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 203720b commit 6749910Copy full SHA for 6749910
.github/workflows/commit.yml
@@ -25,7 +25,7 @@ jobs:
25
26
xml-lint:
27
name: 'XML Lint'
28
- runs-on: 'ubuntu-latest'
+ runs-on: 'ubuntu-24.04'
29
30
steps:
31
.github/workflows/dependabot-auto-merge.yml
@@ -26,7 +26,7 @@ jobs:
name: "Auto Merge"
uses: vatu-team/workflows/.github/workflows/auto-merge-pr.yml@1.14.0
with:
secrets:
BOT_ID: ${{ secrets.VATU_BOT_ID }}
32
BOT_KEY: ${{ secrets.VATU_BOT_KEY }}
0 commit comments