Skip to content

Commit d6a0dc1

Browse files
committed
fix(ci): escape special characters in dispatch payload
1 parent 83ba93e commit d6a0dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify-main-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
token: ${{ secrets.MAIN_REPO_PAT }}
1515
repository: EM-GeekLab/NexusGate
1616
event-type: docs-updated
17-
client-payload: '{"message": "Docs updated: ${{ github.event.head_commit.message }}"}'
17+
client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'

0 commit comments

Comments
 (0)