Skip to content

Commit

Permalink
use inputs rather than github.events.input i guess (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
eashwar authored Feb 18, 2024
1 parent 44f007d commit 5ac0a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: '✍🏽 Map input to VM and DB name'
uses: kanga333/variable-mapper@master
with:
key: '${{ github.event.inputs.environment }}'
key: '${{ inputs.environment }}'
map: |
{
"stage": {
Expand Down

0 comments on commit 5ac0a8d

Please sign in to comment.