This is an automated email from the ASF dual-hosted git repository.

robin0716 pushed a commit to branch refactor/add-info-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


The following commit(s) were added to refs/heads/refactor/add-info-yaml by this 
push:
     new 95f3f1f  chore: Rename sync-version.yml to sync-info.yml and update 
script name
95f3f1f is described below

commit 95f3f1fcadab412713a2455f1c24a0480537d2e0
Author: robin <[email protected]>
AuthorDate: Wed Jul 3 16:20:00 2024 +0800

    chore: Rename sync-version.yml to sync-info.yml and update script name
---
 .github/workflows/{sync-version.yml => sync-info.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/sync-version.yml 
b/.github/workflows/sync-info.yml
similarity index 96%
rename from .github/workflows/sync-version.yml
rename to .github/workflows/sync-info.yml
index 4c24669..155b2cc 100644
--- a/.github/workflows/sync-version.yml
+++ b/.github/workflows/sync-info.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Sync version
+name: Sync info
 on:
   pull_request:
     branches: [main]
@@ -30,7 +30,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Run script
-        run: script/sync-version.sh
+        run: script/sync-info.sh
 
       - name: Create pull request
         uses: peter-evans/create-pull-request@v5

Reply via email to