Skip to content

Commit

Permalink
docs: update github actions version in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
edk55 committed Feb 4, 2022
1 parent 789a417 commit b6f3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: self-hosted
steps:
# the deletion of the working directory will be done after the other jobs are finished
- uses: edk55/clean-working-directory@main
- uses: edk55/clean-working-directory@v1
# other jobs go here...
- run: ls /home/runner/_work
```

0 comments on commit b6f3284

Please sign in to comment.