Skip to content

Commit

Permalink
Fix indentation in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Dec 18, 2023
1 parent 6b2c777 commit bf5b0de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf5b0de

Please sign in to comment.