mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 15:22:59 +00:00
Update input names
This commit is contained in:
16
.github/workflows/workflow.yml
vendored
16
.github/workflows/workflow.yml
vendored
@@ -3,11 +3,11 @@ on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
BASE_MANUAL:
|
||||
description: "The base SHA"
|
||||
MANUAL_COMMIT_REF:
|
||||
description: "The SHA of the commit to get the diff for"
|
||||
required: true
|
||||
HEAD_MANUAL:
|
||||
description: "The head SHA"
|
||||
MANUAL_BASE_REF:
|
||||
description: "By default, the commit entered above is compared to the one directly before it; to go back further, enter an earlier SHA here"
|
||||
required: false
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,9 +18,9 @@ jobs:
|
||||
uses: "alstr/todo-to-issue-action@master"
|
||||
id: "todo"
|
||||
env:
|
||||
BASE_MANUAL:
|
||||
${{ inputs.BASE_MANUAL }}
|
||||
HEAD_MANUAL:
|
||||
${{ inputs.HEAD_MANUAL }}
|
||||
MANUAL_COMMIT_REF:
|
||||
${{ inputs.MANUAL_COMMIT_REF }}
|
||||
MANUAL_BASE_REF:
|
||||
${{ inputs.MANUAL_BASE_REF }}
|
||||
with:
|
||||
PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}
|
||||
|
||||
Reference in New Issue
Block a user