octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API

Home Page:https://github.com/marketplace/actions/GitHub-API-Request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation issue

githubvikrams opened this issue ยท comments

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.

๐ŸŽ‰ This issue has been resolved in version 2.1.8 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€