Skip to content

Commit 1773266

Browse files
committed
updating action.yml
1 parent fc86764 commit 1773266

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ This is useful for setting repositories, credentials, etc
3030
The tag controls the version of Java, SBT, and Scala that the image is initialized with. SBT and Scala will auto-download other versions as specified in your project settings, but if they don't match the initialized versions, it can take significant extra build time.
3131

3232
The tag format is `{JAVA_VERSION}-{SBT_VERSION}-{SCALA_VERSION}`
33+
34+
master branch is currently the same as `8-1.3.0-2.13.0`
35+
3336
Currently supported tags are:
3437
```
3538
JAVA_VERSIONS=("8" "11" "14")
@@ -45,7 +48,7 @@ This example demonstrates advanced usage, including configuring a project to dep
4548
```
4649
- name: SBT action test
4750
id: sbt
48-
uses: ./
51+
uses: lokkju/github-action-sbt@master
4952
with:
5053
commands: test
5154
sbt_project_directory: ./test

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# action.yml
2-
name: 'SBT'
2+
name: 'SBT Action'
33
author: 'Loki Coyote <[email protected]>'
44
description: 'SBT build tool action'
55
inputs:

0 commit comments

Comments
 (0)