From 9e93b0ba933be72190ff7ad95327efcdaf6d8cef Mon Sep 17 00:00:00 2001 From: PriyoMukul Date: Wed, 15 Dec 2021 15:33:33 +0600 Subject: [PATCH] action name updated --- .github/workflows/assets.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/assets.yml b/.github/workflows/assets.yml index 0d860f1a..b557c651 100644 --- a/.github/workflows/assets.yml +++ b/.github/workflows/assets.yml @@ -1,4 +1,4 @@ -name: Deploy to WordPress.org +name: Assets Update to WordPress.org on: push: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed8ae49a..bd8ed508 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1a12bf5..5bd4066f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Deploy to WordPress.org +name: GitHub Action NPM BUILD Test on: push: @@ -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 ../../.. \ No newline at end of file + cd includes/Admin/Settings && npm install --quiet && npm run prod && cd ../../.. \ No newline at end of file