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.
2 parents bbe6e29 + 09c51b9 commit 5f5925eCopy full SHA for 5f5925e
.github/workflows/renovate-checks.yml
@@ -5,7 +5,7 @@ on:
5
- "renovate/**"
6
7
jobs:
8
- check:
+ build:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout Main
@@ -28,4 +28,4 @@ jobs:
28
- name: Copy Snapshot To Branch
29
run: cp main/snap.md branch/snap.md
30
- name: Compare Snapshot In Branch
31
- run: (cd branch && npx tt-cli compare-snapshot ./snap.md)
+ run: (cd branch && npx tt-cli compare-snapshot)
0 commit comments