Skip to content

Commit

Permalink
Update workflow-dispatch-with-environment.yml (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Sep 9, 2022
1 parent 22a4c43 commit aa38ec1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow-dispatch-with-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ on:
- debug

jobs:
print-inputs:
runs-on: ubuntu-latest
steps:
- name: job summary
run: |
echo "### inputs" >> $GITHUB_STEP_SUMMARY
echo "- logLevel: ${{ inputs.logLevel }}" >> $GITHUB_STEP_SUMMARY
run:
needs: [print-inputs]
runs-on: ubuntu-latest
environment: production
steps:
Expand Down

0 comments on commit aa38ec1

Please sign in to comment.