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.git
The following commit(s) were added to refs/heads/master by this push:
new 2fdb59b Wrong keyword
2fdb59b is described below
commit 2fdb59be0c4c223079c235fbe77ecae6f41adc67
Author: Sebb <[email protected]>
AuthorDate: Thu Aug 20 16:57:19 2020 +0100
Wrong keyword
---
.github/workflows/pythonpackage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pythonpackage.yml
b/.github/workflows/pythonpackage.yml
index 53665a3..81d25c2 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/checkout@master
with:
- name: apache/incubator-ponymail-unit-tests
+ repository: apache/incubator-ponymail-unit-tests
path: pmtests
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1