diff --git a/.github/workflows/build_downport.yaml b/.github/workflows/build_downport.yaml index 89b67a29..f8ff1757 100644 --- a/.github/workflows/build_downport.yaml +++ b/.github/workflows/build_downport.yaml @@ -22,7 +22,7 @@ jobs: - name: send to downport repository uses: peaceiris/actions-gh-pages@v3 with: - external_repository: abap2UI5-downports/abap2UI5 + external_repository: abap2UI5-downported/abap2UI5 user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' publish_branch: main diff --git a/.github/workflows/build_bsp.yaml b/.github/workflows/build_frontend_classic.yaml similarity index 84% rename from .github/workflows/build_bsp.yaml rename to .github/workflows/build_frontend_classic.yaml index d90377f3..c17e676b 100644 --- a/.github/workflows/build_bsp.yaml +++ b/.github/workflows/build_frontend_classic.yaml @@ -20,10 +20,10 @@ jobs: - name: send to bsp repository uses: peaceiris/actions-gh-pages@v3 with: - external_repository: abap2UI5-connectors/fiori-launchpad-connector-onpremise + external_repository: abap2UI5/frontend user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' - publish_branch: main + publish_branch: classic publish_dir: output deploy_key: ${{ secrets.ACTION_BSP_KEY }} destination_dir: src/02 diff --git a/.github/workflows/build_webapp.yaml b/.github/workflows/build_frontend_cloud.yaml similarity index 86% rename from .github/workflows/build_webapp.yaml rename to .github/workflows/build_frontend_cloud.yaml index 46488d14..3c61a6bb 100644 --- a/.github/workflows/build_webapp.yaml +++ b/.github/workflows/build_frontend_cloud.yaml @@ -19,10 +19,10 @@ jobs: - name: send to bsp repository uses: peaceiris/actions-gh-pages@v3 with: - external_repository: abap2UI5-connectors/btp-connector + external_repository: abap2UI5/frontend user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' - publish_branch: main + publish_branch: cloud publish_dir: ./app/webapp deploy_key: ${{ secrets.ACTION_WEBAPP_KEY }} destination_dir: webapp diff --git a/.github/workflows/build_ui5_stringified.yaml b/.github/workflows/build_ui5_stringified.yaml deleted file mode 100644 index 1fb90558..00000000 --- a/.github/workflows/build_ui5_stringified.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: build_ui5_stringified - -on: - push: - branches: [main] - -permissions: - contents: write - pull-requests: write - -jobs: - build_ui5_stringified: - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 20 - - run: | - node ci/app2string/trans2abap.js - npm install @abaplint/cli -g - abaplint --fix ci/app2string/abaplint.jsonc - git status - - name: Open PR - uses: peter-evans/create-pull-request@v4 - with: - title: Automatic Update