Remove duplicate files

This commit is contained in:
alstr
2020-03-20 14:02:22 +00:00
parent e16c694219
commit d0ec54a58e
2 changed files with 0 additions and 25 deletions

View File

@@ -1,16 +0,0 @@
name: "Workflow"
on: ["push"]
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"