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 eda004c + 493b845 commit ad15eb3Copy full SHA for ad15eb3
.github/workflows/auto-dependency-updater.yml
@@ -43,7 +43,7 @@ jobs:
43
run: pnpm i
44
45
- name: Commit and push changes
46
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
47
with:
48
commit_message: Update all depedencies
49
push_options: '--force'
.github/workflows/update-snapshots.yml
@@ -71,7 +71,7 @@ jobs:
71
run: git status
72
73
74
75
76
commit_message: Update all snapshots
77
file_pattern: 'packages/themes/**/snapshots/*'
0 commit comments