This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 956e16c  Does this wokr better
956e16c is described below

commit 956e16c9062ec791e5f984e356d0ab1ed644fa30
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:51:20 2021 +0000

    Does this wokr better
---
 .github/workflows/unittest.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index b41ad86..8f11102 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -33,9 +33,9 @@ jobs:
     - name: Check server version
       run: |
         cd server
-        git log -1 --pretty='%ct %h' -- endpoints
-        git log -1 --pretty='%ct %h' -- plugins
-        git log -1 --pretty='%ct %h' -- main.py
+        git log -1 --pretty='%ct %h' endpoints
+        git log -1 --pretty='%ct %h' plugins
+        git log -1 --pretty='%ct %h' main.py
         ./update_version.sh
     - name: Test with pytest
       run: |

Reply via email to