mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
changes
This commit is contained in:
parent
e49af6df2e
commit
d5ed5f6ee6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
nnname: 'Setup Java JDK'
|
||||
name: 'Setup Java JDK'
|
||||
description: 'Set up a specific version of the Java JDK and add the
|
||||
command-line tools to the PATH'
|
||||
author: 'GitHub'
|
||||
|
@ -78,6 +78,6 @@ outputs:
|
|||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
runs:
|
||||
using: 'node21'
|
||||
using: 'node20'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cleanup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue