Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
ci: Fix YAML escape syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmai authored Feb 3, 2020
1 parent 87d1993 commit b0f4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: '${{ steps.current-time.outputs.formattedTime }}-${{ steps.buildnumber.outputs.build_number }}'
- name: Send event to prettier-plugin-apex
run: 'curl -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${{ secrets.PERSONAL_TOKEN }}" --request POST --data \'{"event_type": "jorje-update", "client_payload": { "release": "${{ steps.current-time.outputs.formattedTime }}-${{ steps.buildnumber.outputs.build_number }}" }}\' https://api.github.com/repos/dangmai/prettier-plugin-apex/dispatches'
run: 'curl -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${{ secrets.PERSONAL_TOKEN }}" --request POST --data ''{"event_type": "jorje-update", "client_payload": { "release": "${{ steps.current-time.outputs.formattedTime }}-${{ steps.buildnumber.outputs.build_number }}" }}'' https://api.github.com/repos/dangmai/prettier-plugin-apex/dispatches'

0 comments on commit b0f4ceb

Please sign in to comment.