externals: how to get nightly builds updates? #3897
-
I'm using the following in my ".local/bin/":
type: "archive"
url: "https://github.com/sxyazi/yazi/releases/download/nightly/yazi-x86_64-unknown-linux-gnu.zip"
refreshPeriod: "168h"
stripComponents: 1
include: ["*/ya", "*/yazi"] However, even when refreshing externals with % chezmoi apply -R
I guess this is because there is no version detection mechanism unlike i.e. url: "https://github.com/sxyazi/yazi/releases/download/{{ (gitHubLatestRelease "sxyazi/yazi").TagName }}/yazi-x86_64-unknown-linux-gnu.zip" so Is there a way to get updates in this scenario with nightly builds? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
bradenhilton
Aug 11, 2024
Replies: 1 comment 1 reply
-
The refresh period is set to 168 hours (7 days). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xfzv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The refresh period is set to 168 hours (7 days).