There was an error while loading. Please reload this page.
1 parent 83ba93e commit d6a0dc1Copy full SHA for d6a0dc1
1 file changed
.github/workflows/notify-main-repo.yml
@@ -14,4 +14,4 @@ jobs:
14
token: ${{ secrets.MAIN_REPO_PAT }}
15
repository: EM-GeekLab/NexusGate
16
event-type: docs-updated
17
- client-payload: '{"message": "Docs updated: ${{ github.event.head_commit.message }}"}'
+ client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'
0 commit comments