Remove input

This commit is contained in:
alstr 2020-03-07 15:09:16 +00:00
parent bf153fe2df
commit 3be4837d98

View File

@ -9,7 +9,6 @@ jobs:
uses: "alstr/todo-to-issue-action@master" uses: "alstr/todo-to-issue-action@master"
with: with:
REPO: ${{ github.repository }} REPO: ${{ github.repository }}
HEAD: ${{ github.event.head }}
BEFORE: ${{ github.event.before }} BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }} SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }} TOKEN: ${{ secrets.GITHUB_TOKEN }}