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 d1581df fetching the origin
d1581df is described below
commit d1581df1fda94aa487d87606933f3e42bc1ffdc5
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:15:25 2023 +0000
fetching the origin
---
.github/workflows/main.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index f4b5ff3..3e2ef14 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -138,10 +138,10 @@ jobs:
# Commenting this step while we understand if still necessary
- name: Commiting changes on ASF branch
run: |
- git fetch origin asf-site:asf-site
+ git fetch origin asf-test:asf-test
git add -A
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
- git checkout $BRANCH_PAGE
+ git checkout asf-test
git commit -m "Build website and document"
- git push -u origin $BRANCH_PAGE
+ git push -u origin asf-test