diff --git a/.github/workflows/build_downport.yaml b/.github/workflows/build_downport.yaml index 2f1f3eb..527a128 100644 --- a/.github/workflows/build_downport.yaml +++ b/.github/workflows/build_downport.yaml @@ -21,10 +21,10 @@ jobs: - name: send to downport repository uses: peaceiris/actions-gh-pages@v3 with: - external_repository: abap2UI5-test/custom-controls + external_repository: abap2UI5-downports/custom-controls user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' publish_branch: main publish_dir: ./downport deploy_key: ${{ secrets.ACTIONS_DOWNPORT_DEPLOY_KEY }} - destination_dir: src \ No newline at end of file + destination_dir: src