Change .yaml extension to .yml

This commit is contained in:
alstr
2020-03-10 08:41:33 +00:00
parent 0655c528f8
commit adb3b4cf33
2 changed files with 25 additions and 0 deletions

16
.github/workflows/workflow.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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"