Skip to content

Commit

Permalink
Fix escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Dec 16, 2023
1 parent d08aa11 commit cf184bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
--header "Authorization: Bearer ${{ secrets.PORT_CLIENT_SECRET }}" \
--header "Content-Type: application/json" \
--data "{
\"message\": \""Repository is backed-up. In order to download it, open the job in GH. Artifact Name: ${{ steps.compress.outputs.ARCHIVE }} 💾"\"
\"message\": \"Repository is backed-up. In order to download it, open the job in GH. Artifact Name: ${{ steps.compress.outputs.ARCHIVE }} 💾\"
}"

0 comments on commit cf184bb

Please sign in to comment.