Skip to content

Commit 7848d23

Browse files
committed
fix: styles
1 parent bc53ff0 commit 7848d23

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/version_bump.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Version to bump to'
7+
description: "Version to bump to"
88
required: true
9-
default: 'patch'
9+
default: "patch"
1010
jobs:
1111
bump-version:
1212
runs-on: ubuntu-latest
@@ -27,11 +27,11 @@ jobs:
2727
- name: Create PR
2828
uses: peter-evans/create-pull-request@v4
2929
with:
30-
title: 'Bump version to ${{ github.event.inputs.version }}'
31-
body: 'Bump version to ${{ github.event.inputs.version }}'
30+
title: "Bump version to ${{ github.event.inputs.version }}"
31+
body: "Bump version to ${{ github.event.inputs.version }}"
3232
base: main
3333
branch: ci/version-bump-${{ github.event.inputs.version }}
34-
commit-message: 'Bump version to ${{ github.event.inputs.version }}'
35-
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
36-
committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
34+
commit-message: "Bump version to ${{ github.event.inputs.version }}"
35+
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
36+
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
3737
labels: version-bump

0 commit comments

Comments
 (0)