Remove whitespace damage
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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!
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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!
|
||||
|
||||
8
.github/actions/generate/action.yml
vendored
8
.github/actions/generate/action.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/changelog-enforcer.yml
vendored
2
.github/workflows/changelog-enforcer.yml
vendored
@@ -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:
|
||||
|
||||
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user