mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
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:
3
.github/workflows/release-artifacts.yml
vendored
3
.github/workflows/release-artifacts.yml
vendored
@ -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 }}
|
||||||
|
Reference in New Issue
Block a user