From fff380e6f0ec3124140a338f335e257669b9294c Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Sun, 29 Jan 2023 03:49:21 -0500 Subject: [PATCH] example yaml correct commented out steps (#11) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c19d502..d58ddb8 100644 --- a/README.md +++ b/README.md @@ -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 ```