Skip to content

Commit

Permalink
action name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
priyomukul committed Dec 15, 2021
1 parent 409f1fb commit 9e93b0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to WordPress.org
name: Assets Update to WordPress.org

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
- name: Running NPM Install & Build For Gutenberg
run: |
npm install --silent && npm run build
npm install --quiet && npm run build
- name: Running NPM Install & Build for Admin Panel
run: |
cd includes/Admin/Settings && npm install --silent && npm run prod && cd ../../..
cd includes/Admin/Settings && npm install --quiet && npm run prod && cd ../../..
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to WordPress.org
name: GitHub Action NPM BUILD Test

on:
push:
Expand All @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Running NPM Install & Build For Gutenberg
run: |
npm install --silent && npm run build
npm install --quiet && npm run build
- name: Running NPM Install & Build for Admin Panel
run: |
cd includes/Admin/Settings && npm install --silent && npm run prod && cd ../../..
cd includes/Admin/Settings && npm install --quiet && npm run prod && cd ../../..

0 comments on commit 9e93b0b

Please sign in to comment.