This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 8be56d60310ab720b9109bdaf22e8322ac1a4105 Author: robin <[email protected]> AuthorDate: Mon Jul 15 15:44:11 2024 +0800 chore: Update sync-info.yml --- .github/workflows/sync-info.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/sync-info.yml b/.github/workflows/sync-info.yml index 93fa97d..61fb233 100644 --- a/.github/workflows/sync-info.yml +++ b/.github/workflows/sync-info.yml @@ -27,13 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 - - - name: Install jq - run: sudo apt-get install jq - - name: Install yq - run: sudo snap install yq - + uses: actions/checkout@v4 - name: Run script run: script/sync-info.sh @@ -42,10 +36,10 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore: Sync version" - title: "chore: Sync version" - body: "Sync version" - branch: "chore/sync-package-version" + commit-message: "chore: Sync Plugin Info" + title: "chore: Sync Plugin Info" + body: "Sync Plugin Info" + branch: "chore/sync-info" base: "main" \ No newline at end of file
