octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
369 stars 48 forks source link

Documentation issue #130

Closed githubvikrams closed 1 year ago

githubvikrams commented 2 years ago

On the home page https://github.com/octokit/request-action with the sample code you have, there is a typo in the part - run: "echo latest release: ${{ steps.get_latest_release.outputs.data }}"

It should actually be - run: echo "latest release: ${{ steps.get_latest_release.outputs.data }}"

The double quotes has been misplaced. Being the first day in github runners, took around 4 hours to figure out. So hope it is corrected.

octokitbot commented 1 year ago

:tada: This issue has been resolved in version 2.1.8 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: