We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79aa99 commit f61088bCopy full SHA for f61088b
entrypoint.sh
@@ -42,7 +42,7 @@ git remote -v
42
git checkout ${DOWNSTREAM_BRANCH}
43
44
echo -n "sync-upstream-repo https://github.com/dabreadman/sync-upstream-repo keeping CI alive. UNIX Time: " >> sync-upstream-repo
45
-"date -d "Oct 21 1973" +%s" >> sync-upstream-repo
+date +"%s" >> sync-upstream-repo
46
git add sync-upstream-repo
47
git commit sync-upstream-repo -m "Syncing upstream"
48
git push origin
0 commit comments