Skip to content

Delete speech to text.py #36

Delete speech to text.py

Delete speech to text.py #36

Workflow file for this run

name: 'todo checker'
on:
push:
branches: [master]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@master'
- name: 'TODO to Issue'
uses: 'alstr/todo-to-issue-action@master'
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: 'TODO'
id: 'todo'