Skip to content

deploy: abap2UI5/abap2UI5@f413e431e6b89b8b78f88401af199528ea016781 #39

deploy: abap2UI5/abap2UI5@f413e431e6b89b8b78f88401af199528ea016781

deploy: abap2UI5/abap2UI5@f413e431e6b89b8b78f88401af199528ea016781 #39

Workflow file for this run

name: auto_bsp
on:
push:
branches: [cloud]
jobs:
auto_bsp:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
ref: standard
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
npm ci
npm run build_bsp
- name: Commit Changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "auto-bsp-changes"
- name: Push Changes
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: standard
force: true