known_tonies.yaml 558 B

1234567891011121314151617181920212223242526
  1. name: build known tonies for each language
  2. on:
  3. push:
  4. workflow_dispatch:
  5. jobs:
  6. known_tonies:
  7. runs-on: ubuntu-latest
  8. permissions:
  9. contents: write
  10. steps:
  11. - name: checkout
  12. uses: actions/checkout@v4
  13. with:
  14. ref: ${{ github.head_ref }}
  15. - name: build known tonies
  16. run: ./build_known_tonies.sh
  17. - name: Commit changes
  18. uses: stefanzweifel/git-auto-commit-action@v5
  19. with:
  20. file_pattern: '*/*.md'
  21. commit_message: update language specific known tonies list