We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aad4e commit 7cd681aCopy full SHA for 7cd681a
.github/workflows/check-new-library-versions-in-batch.yml
@@ -245,4 +245,4 @@ jobs:
245
git config --local user.name "Github Actions"
246
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
247
git checkout ${{ needs.get-all-libraries.outputs.branch }}
248
- gh pr create --title "Update supported library versions" --body "This pull request updates supported versions of the existing libraries in the repo"
+ gh pr create --title "[Automation] Update supported library versions $(date '+%Y-%m-%dT%H:%M')" --body "This pull request updates supported versions of the existing libraries in the repo"
0 commit comments