We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb4f9b commit 3fd9aa1Copy full SHA for 3fd9aa1
2 files changed
.github/wiki
.github/workflows/wiki.yml
@@ -142,14 +142,9 @@ jobs:
142
git reset --hard "origin/${WIKI_PREVIEW_BRANCH}"
143
git clean -fd
144
145
- - name: Commit & push wiki publish branch
146
- uses: EndBug/add-and-commit@v10
147
- with:
148
- cwd: .github/wiki
149
- add: .
150
- message: "Publish wiki docs from PR #${{ github.event.pull_request.number }}"
151
- default_author: github_actions
152
- push: origin HEAD:${{ env.WIKI_PUBLISH_BRANCH }}
+ - name: Push wiki publish branch
+ working-directory: .github/wiki
+ run: git push --force-with-lease origin HEAD:"${WIKI_PUBLISH_BRANCH}"
153
154
- name: Delete wiki preview branch
155
working-directory: .github/wiki
0 commit comments