Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed May 9, 2024
1 parent 2e86f86 commit 5aa80f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ runs:
[[ -n "$VERSION" ]] && version=$VERSION || version='latest'
if [ -n "$PLATFORM" ]; then
echo 1
final_platform=$PLATFORM
elif [ -n "$RUNNER_OS" ]; then
echo 2
final_platform=$RUNNER_OS
else
echo 3
final_platform='linux'
fi
Expand Down

0 comments on commit 5aa80f6

Please sign in to comment.