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 58310f8 commit bb8d03aCopy full SHA for bb8d03a
.github/actions/update-release-notes/action.yml
@@ -16,7 +16,7 @@ runs:
16
- name: Clone fork of docs repo
17
shell: bash
18
run: |
19
- git clone https://x-access-token:${{ env.PAT }}@github.com/moo-team/docs.git
+ git clone https://x-access-token:${{ env.PAT }}@github.com/mendix/docs.git
20
cd docs
21
git config user.name "github-actions[bot]"
22
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments