Skip to content

Commit 141d1f9

Browse files
committed
Fix typo in gh command
1 parent 7945bf8 commit 141d1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
342342
shell: bash
343343
run: |
344-
gh $GH_CLI_SUBCOMMAND comment $ITEM_URL --body "> [!WARNING]
344+
gh $GH_CLI_SUBCOMMAND comment $ISSUE_URL --body "> [!WARNING]
345345
> This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them.
346346
>
347347
> Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the [AWS Provider forum](https://discuss.hashicorp.com/c/terraform-providers/tf-aws/33), is recommended. If you have additional concerns, please open a new issue, referencing this one where needed."

0 commit comments

Comments
 (0)