Skip to content

Commit 0bb7fed

Browse files
committed
ci(renovate): update workflow
1 parent 491688e commit 0bb7fed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/changesets-renovate.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
- name: Setup
2525
uses: ./.github/actions/setup
2626
- name: Generate Changeset for Renovate
27-
run: SKIP_COMMIT=TRUE pnpx @scaleway/changesets-renovate
27+
# language=bash
28+
run: |
29+
SKIP_COMMIT=TRUE pnpx @scaleway/changesets-renovate
30+
pnpm prettier --write .changeset/**/*.md
2831
- name: Commit and Push Changeset
2932
uses: EndBug/add-and-commit@v9.1.4
3033
with:
3134
add: '.changeset/**'
3235
default_author: 'github_actions'
33-
message: 'chore: update changeset for renovate'
36+
message: 'chore(renovate): add changeset'
3437
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)