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: on:
push: push:
branches: ["main"] branches: ["main"]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -11,10 +10,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: cd app - name: Checkout Repository
- run: npm run transform 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 uses: EndBug/add-and-commit@v9
with: with:
default_author: github_actions default_author: github_actions