fix(wpcarro/emacs): refs/heads/main -> refs/heads/canon

Let's just roll with the TVL conventions

Change-Id: I1b90421ca7d9ad0d1ebbe922afdc62f80f0d5e97
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6033
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-08-02 13:49:47 -07:00 committed by clbot
parent 844cf6a794
commit 6f71482534

View file

@ -33,6 +33,6 @@ cycle.overrideAttrs (_old: {
passthru.meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush {
filter = ":/users/wpcarro/emacs/pkgs/cycle";
remote = "git@github.com:wpcarro/cycle.el.git";
ref = "refs/heads/main";
ref = "refs/heads/canon";
};
})