Update js_tranform.yml (#1567)

This commit is contained in:
oblomov-dev 2024-11-23 14:20:37 +01:00 committed by GitHub
parent 46dd1ca84d
commit b451bc74f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@ name: js_transform
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
@ -11,10 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: cd app
- run: npm run transform
- name: Checkout Repository
uses: actions/checkout@v3
- name: Commit changes
- name: Run JS Transformation
run: |
cd app
npm run transform
- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions