mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-16 16:42:03 +00:00
Correct PR creation in workflow
This commit is contained in:
parent
a52b2e2148
commit
0431089592
1 changed files with 1 additions and 1 deletions
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."
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue