mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 02:34:55 +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",
|
||||
owner,
|
||||
repo,
|
||||
head: "${{ steps.commit.outputs.commit }}",
|
||||
head: "nightly-" + (new Date()).toISOString().split("-").splice(0, 2).join("-"),
|
||||
base: "develop",
|
||||
body: "PR auto-generated by a GitHub workflow."
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue