Skip to content

Commit bb8d03a

Browse files
committed
update source of docs repo
1 parent 58310f8 commit bb8d03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/update-release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
- name: Clone fork of docs repo
1717
shell: bash
1818
run: |
19-
git clone https://x-access-token:${{ env.PAT }}@github.com/moo-team/docs.git
19+
git clone https://x-access-token:${{ env.PAT }}@github.com/mendix/docs.git
2020
cd docs
2121
git config user.name "github-actions[bot]"
2222
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)