diff --git a/.github/watermarked-logo.png b/.github/watermarked-logo.png new file mode 100644 index 0000000..53c3d48 Binary files /dev/null and b/.github/watermarked-logo.png differ diff --git a/.github/workflows/organization-template-update.yml b/.github/workflows/organization-template-update.yml index b1586a0..f0fcb90 100644 --- a/.github/workflows/organization-template-update.yml +++ b/.github/workflows/organization-template-update.yml @@ -73,7 +73,7 @@ jobs: git merge -X theirs --allow-unrelated-histories ${{ env.REMOTE_FULLNAME }}/${{ env.REMOTE_DEFAULT_BRANCH}} echo 'GIT_DIFF<> $GITHUB_OUTPUT - git diff ${{ env.PR_BRANCH }} ${{ env.REMOTE_FULLNAME }}/${{ env.REMOTE_DEFAULT_BRANCH}} >> $GITHUB_OUTPUT + git diff ${{ env.PR_BRANCH }} ${{ matrix.target-repo.default_branch }} >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT - name: Create PR