Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jq not found #6

Open
kotyara85 opened this issue Sep 4, 2021 · 4 comments
Open

jq not found #6

kotyara85 opened this issue Sep 4, 2021 · 4 comments

Comments

@kotyara85
Copy link

This action require jq as an dependency

@kceb kceb closed this as completed Sep 5, 2021
@kotyara85
Copy link
Author

That's not exactly true. It will be available in the full installation distro, but not in the server version.

@kceb kceb reopened this Sep 8, 2021
@airtonix
Copy link

airtonix commented Aug 9, 2022

Also requires self hosted runners to have JQ, which generally could be a challenge for windows based self hosted runners

@airtonix
Copy link

airtonix commented Aug 9, 2022

if you're using this in a workflow that's only for :

on:
  pull_request:

You can just use :

steps:
 - run: echo "PR url is: ${ github.event.pull_request.html_url }"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants