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 2022/01/26 12:52:25 UTC

[incubator-ponymail-foal] branch master updated: ref checkout not working

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 f899fac  ref checkout not working
f899fac is described below

commit f899facce4989a5504205dacde46893552443815
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 12:52:14 2022 +0000

    ref checkout not working
---
 .github/workflows/integration-tests.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 5394a10..36d06b6 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -32,7 +32,6 @@ jobs:
     - uses: actions/checkout@master
       with:
         persist-credentials: false
-        ref: '8ded7bf' # before main change
     - name: Setup python
       uses: actions/setup-python@v2
       with: