-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
bug: 🐝 Cannot deploy from the root of the repo (?) #1694
Comments
Ah yeah this seems like a bug where we need to use the wildcard. I'll see about pushing up a patch version for this when I get a spare moment, thanks for reporting this! |
A patch for this has been released as part of v4.6.5, if you continue to see issues please let me know! |
Thanks! However, no cigar just yet. It is still failing :( : |
Can you provide the log files? I'm unable to access this |
Ah, sorry, I deleted them accidentally. Here is another run: https://github.com/r-hub/cran-metadata/actions/runs/11074475445/job/30773335739#step:5:1 Actually, with 4.6.5 my workaround does not work, either: |
Pushed up 4.6.6 which reverts this change, let me re-visit this and get you a beta version later today. |
I don't know if this is related but this action just started failing for me without any changes in my repo, e.g. https://github.com/getwilds/registry/actions/runs/11075200637/job/30776070332#step:6:17
Same result with |
It is unrelated, but that issue should be resolved now. |
Possible fix for the above, please try pointing your workflow to |
@JamesIves thanks! |
Great! Thanks for testing. I'll push a release up for this in the morning and ping the thread. Enjoy your weekend! |
Describe the bug
I have a build failing with
See https://github.com/r-hub/cran-metadata/actions/runs/11054520728/job/30711489044#step:5:63
Workflow file: https://github.com/r-hub/cran-metadata/blob/fc798e20c81ab6a347bf2ed19dd1226104e43ec0/.github/workflows/cran-update.yml
After the suggested fix: r-hub/cran-metadata@04bbb0c
the build is green: https://github.com/r-hub/cran-metadata/actions/runs/11054605847/job/30711786063
Do you think this is an issue with the deploy action?
Reproduction Steps
Fork the https://github.com/r-hub/cran-metadata repo (all branches), enable actions, trigger the cran-update action on the
deploy-bug
branch.Logs
Workflow
See above and at https://github.com/r-hub/cran-metadata/blob/fc798e20c81ab6a347bf2ed19dd1226104e43ec0/.github/workflows/cran-update.yml
Additional Comments
Thanks for the great project, we use it A LOT.
The text was updated successfully, but these errors were encountered: