On schedule update citations fails
Closed this issue · 3 comments
Checks
- I have searched the docs, existing issues, and existing discussions for answers first.
Link to your website repo
https://github.com/snaqvi1990/naqvilab/
Version of Lab Website Template you are using
1.1.6
Description
Hi there,
The automatic citation update was running fine for a few months, but it recently started failing for some reason. See attached error message. Any idea what's going on?
Thanks,
Sahin
The error is with the upstream github action peter-evans/create-pull-request
:
peter-evans/create-pull-request#2790
In update-citations.yaml
, try updating peter-evans/create-pull-request@v4
to v6
. I'd also recommend updating your whole template version, as in a recent version we upgraded all the github actions to their latest versions (which also will remove the Node v16 deprecation warning).
Since this is certainly an upstream issue, going to close. But I'm happy to help debug if you want to keep commenting. I see you updated the action version in your workflow. I believe you should be able to manually rerun the workflow to see if it works.
Thanks! The workflow works now