Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhawaja committed Oct 30, 2024
1 parent fc9f3d0 commit 752b63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Echo Job 1
- name: Echo Job 1
run: echo "This is Job 1"

job2:
runs-on: ubuntu-latest
steps:
- name: Echo Job 2
- name: Echo Job 2
run: echo "This is Job 2"

0 comments on commit 752b63e

Please sign in to comment.