Remove whitespace damage

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-01-21 00:13:25 -07:00
parent 5b0de8ea53
commit 5d6ef1882d
28 changed files with 79 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:

View File

@@ -8,9 +8,9 @@ on:
jobs:
generate:
name: Generate spec, dist and collect commits info
name: Generate spec, dist and collect commits info
runs-on: ubuntu-latest
outputs:
outputs:
should-continue: ${{ steps.generate.outputs.should-continue }}
version: ${{ steps.generate.outputs.version }}
release-id: ${{ steps.generate.outputs.release-id }}
@@ -68,4 +68,4 @@ jobs:
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ needs.generate.outputs.version }}
event-id: ${{ needs.generate.outputs.release-id }}
event-id: ${{ needs.generate.outputs.release-id }}