mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Correct PR creation in workflow
This commit is contained in:
2
.github/workflows/monthly-nightly-update.yml
vendored
2
.github/workflows/monthly-nightly-update.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
) + " - Rust Nightly Update",
|
) + " - Rust Nightly Update",
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
head: "${{ steps.commit.outputs.commit }}",
|
head: "nightly-" + (new Date()).toISOString().split("-").splice(0, 2).join("-"),
|
||||||
base: "develop",
|
base: "develop",
|
||||||
body: "PR auto-generated by a GitHub workflow."
|
body: "PR auto-generated by a GitHub workflow."
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user