File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ modifying instead the Kotlin script powered by [github-actions.kts](https://krze
8989with which the YAML above was generated.
9090
9191- Create a file `.github/workflows/refreshVersions.main.kts`
92- - Make it executable with `chmod +x .github/workflows/refreshVerions .main.kts`
92+ - Make it executable with `chmod +x .github/workflows/refreshVersions .main.kts`
9393- Put it the content above
94- - Run with ` .github/workflows/refreshVerions .main.kts`
94+ - Run with ` .github/workflows/refreshVersions .main.kts`
9595
9696` ` ` kotlin
9797#!/usr/bin/env kotlin
98- // Usage: $ .github/workflows/refreshVerions .main.kts
98+ // Usage: $ .github/workflows/refreshVersions .main.kts
9999
100100@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
101101// Find latest version at https://github.com/krzema12/github-actions-kotlin-dsl/releases
@@ -185,4 +185,4 @@ val workflowRefreshVersions: Workflow = workflow(
185185println("Updating ${workflowRefreshVersions.targetFileName}")
186186workflowRefreshVersions.writeToFile()
187187
188- ` ` `
188+ ` ` `
You can’t perform that action at this time.
0 commit comments