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

glauesppen pushed a commit to branch feature/new-website
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/feature/new-website by this 
push:
     new 6e6e67c  fetching the origin
6e6e67c is described below

commit 6e6e67c1fdff8d0ec15cdc1add1e16c5aaa03dea
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:17:59 2023 +0000

    fetching the origin
---
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 3e2ef14..b7bd020 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -139,9 +139,9 @@ jobs:
       - name: Commiting changes on ASF branch
         run: |
           git fetch origin asf-test:asf-test
+          git checkout asf-test
           git add -A
           git config --global user.name 'GitHub Actions'
           git config --global user.email '[email protected]'
-          git checkout asf-test
           git commit -m "Build website and document"
           git push -u origin asf-test

Reply via email to