Skip to content

Commit

Permalink
chore: Update sync-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 authored and LinkinStars committed Jul 15, 2024
1 parent 13c05c0 commit 8be56d6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/sync-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"


0 comments on commit 8be56d6

Please sign in to comment.