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 4bdbc55 forcing push to a test branch
4bdbc55 is described below
commit 4bdbc5599b38041bc58a2d97f12de39dc230edf6
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:22:33 2023 +0000
forcing push to a test branch
---
.github/workflows/main.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b7bd020..c761e73 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -139,9 +139,8 @@ 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 commit -m "Build website and document"
- git push -u origin asf-test
+ git push -f origin asf-test