Correct PR creation in workflow

This commit is contained in:
Luke Parker 2022-09-18 15:25:43 -04:00
parent a52b2e2148
commit 0431089592
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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."
});