Skip to content

Commit

Permalink
Update kind-diag - customize artifact name (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Apr 3, 2022
1 parent 1548482 commit 1c6a5ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kind-diag/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ inputs:
to describe and dump.
required: true
default: pods

artifact-name:
description: |
The name of the artifact to upload.
required: true
default: logs

runs:
using: "composite"
Expand Down Expand Up @@ -60,5 +66,5 @@ runs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: logs
name: ${{ input.artifact-name }}
path: /tmp/logs

0 comments on commit 1c6a5ba

Please sign in to comment.