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
377 stars 47 forks source link

fix: un-encode {repo} URL parameter when it's set to github.repository #72

Closed gr2m closed 3 years ago

gr2m commented 3 years ago

fixes #71

gr2m commented 3 years ago

fails as expected due to URL parameter encoding: https://github.com/octokit/request-action/pull/72/checks?check_run_id=1766068166#step:10:79

gr2m commented 3 years ago

3a1f16e is probably not the most elegant solution but it will likely resolve the most common problem for now.

The CI fails now with an unrelated error 🤷🏼

gr2m commented 3 years ago

:tada: This PR is included in version 2.0.26 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: