Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt authored May 21, 2024
1 parent 71afedb commit 65f4628
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ on:
- debug
- staging
- production
number:
description: 'Some number'
required: false
type: number

jobs:
print-tag:
runs-on: ubuntu-latest
if: ${{ inputs.print_tags }}
steps:
- run: echo "number is ${{ inputs.number }}"
- name: Print the input tag to STDOUT
run: echo "The tags are ${{ inputs.tags }}; env=${{ inputs.environment }}; logLevel=${{ inputs.logLevel }}; optional_boolean=${{ inputs.optional_boolean }}"

0 comments on commit 65f4628

Please sign in to comment.