Skip to content
Snippets Groups Projects
Unverified Commit 8a30a8bf authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Fix docs update trigger (#34459)

parent 79ebd090
No related branches found
No related tags found
No related merge requests found
...@@ -459,7 +459,7 @@ jobs: ...@@ -459,7 +459,7 @@ jobs:
repo: '${{ secrets.DOCS_REPO }}', repo: '${{ secrets.DOCS_REPO }}',
event_type: 'trigger-docs-update', event_type: 'trigger-docs-update',
client_payload: { client_payload: {
version: '${{ github.ref_name }}' version: '${{ inputs.version }}'
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment