Skip to content

Commit

Permalink
fixed typos. (Splitties#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
sintario committed Jan 24, 2023
1 parent 077954f commit 438fa08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/refreshversions-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ modifying instead the Kotlin script powered by [github-actions.kts](https://krze
with which the YAML above was generated.

- Create a file `.github/workflows/refreshVersions.main.kts`
- Make it executable with `chmod +x .github/workflows/refreshVerions.main.kts`
- Make it executable with `chmod +x .github/workflows/refreshVersions.main.kts`
- Put it the content above
- Run with ` .github/workflows/refreshVerions.main.kts`
- Run with ` .github/workflows/refreshVersions.main.kts`

```kotlin
#!/usr/bin/env kotlin
// Usage: $ .github/workflows/refreshVerions.main.kts
// Usage: $ .github/workflows/refreshVersions.main.kts

@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
// Find latest version at https://github.com/krzema12/github-actions-kotlin-dsl/releases
Expand Down Expand Up @@ -185,4 +185,4 @@ val workflowRefreshVersions: Workflow = workflow(
println("Updating ${workflowRefreshVersions.targetFileName}")
workflowRefreshVersions.writeToFile()

```
```

0 comments on commit 438fa08

Please sign in to comment.