Skip to content

Commit 60c9e24

Browse files
committed
fix: sync_docs workflow parameter name
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 00f0927 commit 60c9e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# -----------------------------
3535
- name: Import docs
3636
env:
37-
VERSION: ${{ github.event.client_payload.version }}
37+
VERSION: ${{ github.event.client_payload.tag }}
3838
run: |
3939
echo "Importing CloudNativePG docs for version: $VERSION"
4040
./scripts/import_docs.sh "$VERSION"

0 commit comments

Comments
 (0)