Skip to content

drop 3.12 tests until Neon workflows support #97

drop 3.12 tests until Neon workflows support

drop 3.12 tests until Neon workflows support #97

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: |
pip install toml
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: Update skill.json
repository: action/skill/