Skip to content

Commit

Permalink
fix comment action step
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRaichu authored Apr 25, 2024
1 parent b434fa9 commit 3d6369d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-file-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
default: false
description: Is there an issue that adding this extension should close?
issue-to-close:
type: number
type: string
required: false
description: The id of the issue this should close.
jobs:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v4
if: inputs.should-close-issue
with:
issue-number: inputs.issue-to-close
issue-number: ${{ inputs.issue-to-close }}
body: |
The file extension(s) `${{inputs.file-extensions}}` has been added to the list of text files.
Expand Down

0 comments on commit 3d6369d

Please sign in to comment.