Skip to content

Commit

Permalink
repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Jan 10, 2024
1 parent c4911df commit 4ec0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: neo4j/docs-publish
event-type: docs-tools
client-payload: '{"org": "${{ github.repository_owner }}", "repo": "${{ github.repository }}", "run_id": "${{ github.run_id }}", "branch": "${{ github.ref_name }}", "target": "dev"}'
client-payload: '{"org": "${{ github.repository_owner }}", "repo": "${{ github.event.repository.name }}", "run_id": "${{ github.run_id }}", "branch": "${{ github.ref_name }}", "target": "dev"}'

0 comments on commit 4ec0f53

Please sign in to comment.