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-unit-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 48be8e6 Safety first
48be8e6 is described below
commit 48be8e6c36bb94e0a373897038ac4c36b9703d8a
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 8 01:36:04 2021 +0100
Safety first
---
.github/workflows/unittest.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index d467bb1..4341a87 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -14,22 +14,28 @@ jobs:
steps:
- uses: actions/checkout@master
+ with:
+ persist-credentials: false
- uses: actions/checkout@master
with:
+ persist-credentials: false
repository: apache/incubator-ponymail
path: ponymail-0.10
ref: refs/tags/0.10
- uses: actions/checkout@master
with:
+ persist-credentials: false
repository: apache/incubator-ponymail
path: ponymail-0.11
ref: refs/tags/0.11
- uses: actions/checkout@master
with:
+ persist-credentials: false
repository: apache/incubator-ponymail
path: ponymail
- uses: actions/checkout@master
with:
+ persist-credentials: false
repository: apache/incubator-ponymail-foal
path: ponymail-foal
- name: Set up Python ${{ matrix.python-version }}