Skip to content

Commit

Permalink
example yaml correct commented out steps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaovilai authored Jan 29, 2023
1 parent 461917b commit fff380e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- # step1
- # step 2
- # step n, use it as the last step
# - step1
# - step 2
# - step n, use it as the last step
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
```
<details>
Expand Down

0 comments on commit fff380e

Please sign in to comment.