Update create-pr-to-update-manifest.yml

pull/78/head
aparnajyothi-y 3 months ago committed by GitHub
parent a0805bfcd8
commit 996480f279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ defaults:
jobs: jobs:
create_pr: create_pr:
name: Create Pull Request name: Create Pull Request
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -40,4 +40,4 @@ jobs:
-BranchName "update-versions-manifest-file" ` -BranchName "update-versions-manifest-file" `
-CommitMessage "Update versions-manifest" ` -CommitMessage "Update versions-manifest" `
-PullRequestTitle "[versions-manifest] Update for release from ${formattedDate}" ` -PullRequestTitle "[versions-manifest] Update for release from ${formattedDate}" `
-PullRequestBody "Update versions-manifest.json for release from ${formattedDate}" -PullRequestBody "Update versions-manifest.json for release from ${formattedDate}"

Loading…
Cancel
Save