Skip to content

Commit a63f4e5

Browse files
committed
hotfix: docs update workflow
1 parent 8f1e115 commit a63f4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Notify Documentation Update
2+
name: Trigger Docs Update
33

44
on:
55
push:
@@ -32,7 +32,7 @@ jobs:
3232
client-payload: |
3333
{
3434
"repository": "${{ github.repository }}",
35-
"ref": "${{ github.ref }}",
35+
"ref": "${{ github.ref_name }}",
3636
"sha": "${{ github.sha }}",
3737
"source_dir": "docs",
3838
"target_dir": "strikes",

0 commit comments

Comments
 (0)