diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-10 23:59:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 23:59:57 -0400 |
| commit | a5f8bfdbfb35a9750b26cbffb488f25d15950d40 (patch) | |
| tree | 83bb1465cd8e5d627a71efb21ad16552d9d11fa7 /.github/workflows/version_bump.yml | |
| parent | e8057bc10266f7f0d097d08bf3827ff055c826a4 (diff) | |
chore: format yaml internally (#24520)
Uses https://github.com/g-plane/pretty_yaml
Diffstat (limited to '.github/workflows/version_bump.yml')
| -rw-r--r-- | .github/workflows/version_bump.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index d16ccadcd..733abbb02 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -8,9 +8,9 @@ on: default: 'patch' type: choice options: - - patch - - minor - - major + - patch + - minor + - major required: true jobs: |
