Skip to content

Commit

Permalink
Change invalid log-level to log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroclutch committed Sep 26, 2023
1 parent 23384a3 commit 404a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
environment: staging
log-level: ${{ inputs.log_level }}
log_level: ${{ inputs.log_level }}
branch: ${{ inputs.branch }}
secrets: inherit

0 comments on commit 404a94d

Please sign in to comment.