Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 7e48930

Browse files
fix: patch set-output command (#4)
* fix: patch set-output command * Update action.yml
1 parent 4af051a commit 7e48930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: "Addon Factory Splunk Package Version"
1818
description: "Produce a version for Splunk packages compatible with splunkbase"
1919
runs:
2020
using: "docker"
21-
image: "docker://ghcr.io/splunk/addonfactory-get-splunk-package-version-action:v1.1.5"
21+
image: "Dockerfile"
2222
inputs:
2323
SemVer:
2424
description: Ouput of SEMVER step

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ else
3838
fi
3939
FINALVERSION=$(echo $VERSION | sed 's/v?\(.*\)/\1/')
4040
echo "Version to build is $FINALVERSION"
41-
echo "::set-output name=VERSION::$FINALVERSION"
41+
echo "VERSION=$FINALVERSION" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)