Skip to content

Commit

Permalink
check runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 22, 2024
1 parent 6aca8eb commit a6f41ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/manual-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ jobs:
- name: Print Greeting
run: echo "Hello World!"
- name: Print Goodbye
run: echo "Done - bye!"
run: echo "Done - bye!"
- name: Print OS
run: echo ${{runner.os}}
second-job:
runs-on: ubuntu-latest
steps:
- name: Print OS
run: echo ${{runner.os}}

0 comments on commit a6f41ec

Please sign in to comment.