Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Nov 6, 2024
1 parent 8181999 commit 9fff900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void publishPullRequestAction(String user, String paths, String pullReque
job.step(step -> step.getRun().set("mkdir repo"));
job.step(step -> {
step.getName().set("Download Artifacts");
step.getId()().set("download_artifacts");
step.getId().set("download_artifacts");
step.getUses().set(Constants.Versions.GITHUB_SCRIPT);
step.getWith().put("script", getUnpackScript());
});
Expand Down

0 comments on commit 9fff900

Please sign in to comment.