We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f93231 commit eb5a870Copy full SHA for eb5a870
1 file changed
.github/workflows/deploy-wiki.yaml
@@ -25,7 +25,7 @@ jobs:
25
git config --global --add safe.directory "/github/workspace"
26
git config --global --add safe.directory "/github/workspace/wiki"
27
git clone https://github.com/kubernetes-client/python.wiki.git wiki
28
- message=$(git log -1 --format=%B) >> $GITHUB_OUTPUT
+ echo "message=$(git log -1 --format=%B)" >> $GITHUB_OUTPUT
29
- name: Copy to wiki repository
30
id: copy_to_wiki
31
run: |
0 commit comments