Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd-harth authored Mar 16, 2024
1 parent 1d34a98 commit e51f1fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lab2-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Printing Custom Message
run: echo ${{ inputs.custom_message }}
run: echo ${{ inputs.custom_message }}

job3:
runs-on: ubuntu-latest
if: ${{ inputs.run-job == 'true' }}
steps:
- name: Printing run-job boolean value
run: echo ${{ inputs.run-job }}

0 comments on commit e51f1fe

Please sign in to comment.