Set installed Julia version as output (#58)

* Set installed Julia version as output

(fixes #51)

* Bump version
This commit is contained in:
Sascha Mann
2020-12-26 15:35:42 +01:00
committed by GitHub
parent 47fa78221c
commit 2feb9a10bf
6 changed files with 12 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ This action sets up a Julia environment for use in actions by downloading a spec
```yaml
outputs:
# The installed Julia version.
# May vary from the version input if a version range was given as input.
#
# Example output: '1.5.3'
julia-version: ''
# Path to the directory containing the Julia executable.
# Equivalent to JULIA_BINDIR: https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_BINDIR
#