Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 15, 2021
1 parent acc54d3 commit fb487be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: "Addon Factory UCC Framework package generator"
description: "Produce splunk package"
inputs:
version:
description: Version stamp for ouput
description: Version stamp for output
required: true
outputs:
OUTPUT:
Expand All @@ -27,9 +27,6 @@ outputs:
runs:
using: "composite"
steps:
- id: argver
shell: bash
run: |
- run: |
if [ ! -z $INPUT_VERSION ]; then ARG_VERSION="--ta-version=${INPUT_VERSION}"; fi
echo "::set-output name=result::$(echo $ARG_VERSION)"
Expand Down

0 comments on commit fb487be

Please sign in to comment.