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 a9e096a commit e747687Copy full SHA for e747687
.github/workflows/update-results.yml
@@ -43,4 +43,4 @@ jobs:
43
head -n 100 temp1 > README.md
44
git add README.md
45
46
- git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push)
+ git diff-index --quiet HEAD || (echo "$ver_num" > dbversion && git commit -am "Updated results summary" && git push)
0 commit comments