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 2bea24b commit 4bef7caCopy full SHA for 4bef7ca
.evergreen/scripts/create-pr.sh
@@ -36,7 +36,7 @@ git remote set-url origin https://x-access-token:${token}@github.com/$owner/$rep
36
git checkout -b $branch "origin/master"
37
git add ./test
38
git apply -R .evergreen/specs.patch
39
-git commit -am "resyncing specs test?"
+git commit -am "resyncing specs $(date '+%m-%d-%Y')"
40
echo "Creating the git checkout... done."
41
42
git push origin $branch
0 commit comments