From bf5b0deab9ec834702bd1c36f7677386848b301e Mon Sep 17 00:00:00 2001 From: nikhilmulinti-egov Date: Mon, 18 Dec 2023 14:12:40 +0530 Subject: [PATCH] Fix indentation in GitHub Actions workflow --- .github/workflows/github-actions-demo.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index e8e836081c0..f019b5057fa 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -11,8 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v2 - - name: - List Files - run: ls -R + - name: List Files + run: ls -R \ No newline at end of file