You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/10/09 13:37:25 UTC

[incubator-ponymail-foal] branch dkim_fixes created (now 2541b67)

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

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


      at 2541b67  Test changes to dkim_fixes branch

This branch includes the following new commits:

     new 2541b67  Test changes to dkim_fixes branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-ponymail-foal] 01/01: Test changes to dkim_fixes branch

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2541b6774302d75d20347b62f71439d2fbfa95bf
Author: Sebb <se...@apache.org>
AuthorDate: Sat Oct 9 14:37:07 2021 +0100

    Test changes to dkim_fixes branch
---
 .github/workflows/unittest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6b80c1e..d1c45e6 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -13,10 +13,10 @@ jobs:
         python-version: [3.7]
 
     steps:
-    - uses: actions/checkout@master
+    - uses: actions/checkout@dkim_fixes
       with:
         persist-credentials: false
-    - uses: actions/checkout@master   
+    - uses: actions/checkout@dkim_fixes   
       with:
         persist-credentials: false
         repository: apache/incubator-ponymail-unit-tests