Skip to content

Commit

Permalink
test json loads pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 29, 2023
1 parent 2ed7441 commit 44a81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python/send-email/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
working-directory: ${{ github.action_path }}
run: pipenv run python .
env:
REGION: "${{ inputs.region }}"
REGION: '"${{ inputs.region }}"'
AUTH: ${{ inputs.auth }}
TIMEOUT: ${{ inputs.timeout }}
TO_ADDRESSES: ${{ inputs.to-addresses }}
Expand Down

0 comments on commit 44a81ed

Please sign in to comment.