Skip to content

Commit

Permalink
Merge pull request #40 from NathanVaughn/bugfix/text-escaping
Browse files Browse the repository at this point in the history
Fix escaping issues with zone and auth key
  • Loading branch information
NathanVaughn authored Dec 29, 2022
2 parents 5171eb4 + f2aa0b7 commit db8c58f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ runs:
using: "docker"
image: "Dockerfile"
args:
- "--cf-zone"
- "${{ inputs.cf_zone }}"
- "--cf-auth"
- "${{ inputs.cf_auth }}"
- "--cf-zone=${{ inputs.cf_zone }}"
- "--cf-auth=${{ inputs.cf_auth }}"
- "--urls"
- "${{ inputs.urls }}"
- "--files"
Expand Down

0 comments on commit db8c58f

Please sign in to comment.