Skip to content

Commit 60c9e24

Browse files
committed
fix: sync_docs workflow parameter name
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
1 parent 00f0927 commit 60c9e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)