Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 10, 2024
1 parent 43ab519 commit b209afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
repository="develop"
bearerToken="${{ secrets.CI_SERVER_TOKEN }}"
pullRequest="${{ github.event.pull_request.number }}"
signature=$(openssl base64 -in signature.bin)
signature="$(openssl base64 -in signature.bin)"
artifact="site.zip"
curl -X POST \
Expand Down

0 comments on commit b209afb

Please sign in to comment.