Skip to content

Commit

Permalink
Update cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jan 23, 2025
1 parent 39cbee8 commit bdb540b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void applyPatch(GitHub gh, GHPullRequest pr, Configuration configu
runner.clone(pr.getRepository().getHtmlUrl() + ".git", "origin", branch);

runner.runCaching(
"gradle-branch-" + pr.getRepository().getFullName() + "-" + pr.getNumber() + "-",
"gradle-branch-" + pr.getRepository().getFullName() + "-" + branch + "-",
runner.resolveHome(".gradle/"),
"backport-" + pr.getNumber() + "-" + System.currentTimeMillis() / 1000,
() -> {
Expand Down

0 comments on commit bdb540b

Please # to comment.