Skip to content

Commit c8f4a7c

Browse files
author
Kaspar Lyngsie
committed
fix: not adding /help, but readme.md
1 parent 0b80168 commit c8f4a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-cli-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: steps.check_changes.outputs.continue == 'true'
9191
run: |
9292
cd ./cli
93-
git add help
93+
git add README.md
9494
git commit -S -m "${{ env.COMMIT_MESSAGE }}"
9595
git push --force --set-upstream origin ${{ env.DESTINATION_BRANCH }}
9696

0 commit comments

Comments
 (0)