Minor: Fix indentation in GHA release workflow

Simply indent list items two spaces to the right WRT their parent.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-06-13 09:28:46 -04:00
parent 82973c38e4
commit 19989380b8

View File

@ -29,7 +29,7 @@ jobs:
- name: Provide github event JSON for examination - name: Provide github event JSON for examination
run: | run: |
echo "::group::Event JSON" echo "::group::Event JSON"
jq --color-output "." ${{ github.event_path }}"" jq --color-output "." ${{ github.event_path }}"
echo "::endgroup::" echo "::endgroup::"
- name: Determine Version - name: Determine Version
@ -208,6 +208,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
gh workflow run upload-win-installer.yml -f version=${{steps.getversion.outputs.version}} -f dryrun=false gh workflow run upload-win-installer.yml -f version=${{steps.getversion.outputs.version}} -f dryrun=false
outputs: outputs:
uploaded: ${{ steps.upload.outputs.complete }} uploaded: ${{ steps.upload.outputs.complete }}
version: ${{ steps.getversion.outputs.version }} version: ${{ steps.getversion.outputs.version }}