Skip to content

Commit

Permalink
run syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu092 committed Dec 7, 2024
1 parent 2cc8504 commit 1190f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs-withoutdepends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: stepA
run echo "Chaitu"
run: echo "Chaitu"

job1:
runs-on:ubuntu-latest
steps:
- name: stepB
run echo "Hi"
run: echo "Hi"

0 comments on commit 1190f15

Please sign in to comment.