Skip to content

Commit eb5a870

Browse files
authored
Update deploy-wiki.yaml
1 parent 0f93231 commit eb5a870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global --add safe.directory "/github/workspace"
2626
git config --global --add safe.directory "/github/workspace/wiki"
2727
git clone https://github.com/kubernetes-client/python.wiki.git wiki
28-
message=$(git log -1 --format=%B) >> $GITHUB_OUTPUT
28+
echo "message=$(git log -1 --format=%B)" >> $GITHUB_OUTPUT
2929
- name: Copy to wiki repository
3030
id: copy_to_wiki
3131
run: |

0 commit comments

Comments
 (0)