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

@@ -33,7 +33,7 @@ body:
```console
$ wwctl <command1>
$ wwctl <command2>
$ journalctl -u warewulfd.service --since
$ journalctl -u warewulfd.service --since
```
- type: textarea
id: information
@@ -69,5 +69,5 @@ body:
Slack](https://warewulf.org/help) first. We have a welcoming community
and chances are you'll get your reply faster and without opening an
issue.
Other than that, thanks for taking the time to contribute to Warewulf!

View File

@@ -39,5 +39,5 @@ body:
Slack](https://warewulf.org/help) first. We have a welcoming community
and chances are you'll get your reply faster and without opening an
issue.
Other than that, thanks for taking the time to contribute to Warewulf!

View File

@@ -61,8 +61,8 @@ runs:
run: |
dist="warewulf-${{ env.TAG }}.tar.gz"
if [[ ! -f "$dist" ]];then
for f in warewulf-*.tar.gz; do
if [[ ! -f "$dist" ]];then
for f in warewulf-*.tar.gz; do
if [[ -e "$f" ]]; then
dist="$f"
break
@@ -103,7 +103,7 @@ runs:
run: |
cat << EOF >> nightly.release.note
THIS IS A NIGHTLY RELEASE
This release contains latest commits, which is a feature unstable version
Reflog:
@@ -132,7 +132,7 @@ runs:
if: inputs.nightly == 'true' && steps.should-continue.outputs.continue == 'true'
uses: tubone24/update_release@v1.3.1
id: release
env:
env:
GITHUB_TOKEN: ${{ inputs.token }}
TAG_NAME: "nightly"
with:

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 }}