Skip to content

Commit

Permalink
Merge pull request #176 from cevich/fix_redirect_typo
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix file-redirect typo
  • Loading branch information
cevich authored Aug 18, 2022
2 parents 2338ad8 + 2a2db31 commit 377ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/orphan_vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
podman run --rm \
-e GCPNAME -e GCPJSON -e AWSINI -e GCPPROJECT -e GCPPROJECTS \
quay.io/libpod/orphanvms:latest \
> tee /tmp/orphanvms_output.txt
> /tmp/orphanvms_output.txt
- if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 377ea83

Please sign in to comment.