Skip to content

Commit

Permalink
chore: v2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Sep 15, 2021
1 parent b51b3b0 commit 64d8493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/script.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ println(deserialized)

runBlocking {
delay(1000)
println("Done!!")
println("Done!")
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Kotlin Script
uses: sureshg/kts-exec@v2
uses: sureshg/kts-exec@v2.1
with:
script: "script.main.kts"
```
Expand Down

0 comments on commit 64d8493

Please sign in to comment.