Removing output from action as it's not used.

This commit is contained in:
Derrick Marcey
2019-06-27 12:30:53 -04:00
parent c39a9768cf
commit 762d5da203
4 changed files with 0 additions and 9 deletions

View File

@@ -9,9 +9,6 @@ inputs:
description: 'Prepend the retrieved Ruby version to the PATH environment variable to make it available in subsequent actions or scripts without using the output variable.'
default: 'true'
outputs:
ruby-location:
description: "The resolved folder of the Ruby distribution."
runs:
using: 'node'
main: 'lib/main.js'