This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch sebb-gha in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/sebb-gha by this push: new df0e9b5 Need to reset workspace df0e9b5 is described below commit df0e9b5fa333863c1a8d42c9d0ed7c4c5e346328 Author: Sebb <s...@apache.org> AuthorDate: Fri May 31 00:16:17 2024 +0100 Need to reset workspace --- .github/workflows/build-pelican.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index b4b0c75..c7592c5 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -14,11 +14,15 @@ jobs: with: destination: 'sebb-gha-site' gfm: 'true' + - name: Reset + run: git checkout sebb-gha - uses: apache/infrastructure-actions/pelican@issue14 with: destination: 'sebb-gha-site' gfm: 'true' debug: 'true' + - name: Reset + run: git checkout sebb-gha - uses: apache/infrastructure-actions/pelican@issue14 with: destination: 'sebb-gha-site'