Skip to content

Commit

Permalink
docs: add need fix to issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Oct 30, 2023
1 parent fc9781f commit 714d81d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/need-fix-to-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,9 @@ on:
jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.9.1

# Optional customizations.
with:
# The SHA of the commit to get the diff for.
# Default: ""
manual-commit-ref:
description: ${{ inputs.manual-commit-ref }}
# By default, the commit entered above is compared to the one directly before it;
# to go back further, enter an earlier SHA here
# Default: ""
manual-base-ref:
description: ${{ inputs.manual-base-ref }}
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
```
<!-- end usage -->
Expand Down

0 comments on commit 714d81d

Please sign in to comment.