Skip to content

chore(dev): release 2.2.0 #20

chore(dev): release 2.2.0

chore(dev): release 2.2.0 #20

name: Update skill.json
on:
push:
permissions:
contents: write
jobs:
update_skill_json:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
path: action/skill
- name: Get Updated skill.json
run: python action/skill/.github/workflows/scripts/update_skill_json.py action/skill
- name: Push skill.json Change
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: update skill.json"
repository: action/skill/