We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
include_action_check()
Hi John, I've been using include_action_check() but it kept failing because of this line (see this action for example):
packer/inst/hooks/check.yml
Line 44 in 815e85a
I had to replace it by packer:::are_minified_r('inst/packer') for it to work. I'm not sure if this is due to your template or because my setup was wrong. In case it's useful, here's my packer GHA: https://github.com/etiennebacher/conductor/blob/master/.github/workflows/packer-check.yml
packer:::are_minified_r('inst/packer')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi John, I've been using
include_action_check()
but it kept failing because of this line (see this action for example):packer/inst/hooks/check.yml
Line 44 in 815e85a
I had to replace it by
packer:::are_minified_r('inst/packer')
for it to work. I'm not sure if this is due to your template or because my setup was wrong. In case it's useful, here's my packer GHA: https://github.com/etiennebacher/conductor/blob/master/.github/workflows/packer-check.ymlThe text was updated successfully, but these errors were encountered: