1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-17 05:22:37 +03:00

Merge pull request #19 from arduino/warning-comment

Move comment re: "Unexpected input(s)" warnings for `octokit/request-action` to first usage
This commit is contained in:
per1234
2021-04-28 01:24:29 -07:00
committed by GitHub

View File

@@ -49,6 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# NOTE: "Unexpected input(s) ..." warnings for the arbitrary octokit/request-action inputs are normal and
# expected.
route: POST /repos/{owner}/{repo}/issues/{issue_number}/comments
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
@@ -167,8 +169,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# NOTE: "Unexpected input(s) ..." warnings for the arbitrary octokit/request-action inputs are normal and
# expected.
route: POST /repos/{owner}/{repo}/issues/{issue_number}/comments
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}