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 201c477 testing new approach to commit changes
201c477 is described below
commit 201c4775d2dfa9fc5e5214e2717b421674d647b2
Author: Glaucia Esppenchutz <[email protected]>
AuthorDate: Sun Dec 3 20:09:10 2023 +0000
testing new approach to commit changes
---
.github/workflows/main.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 0f2635b..0f8536a 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -141,6 +141,6 @@ jobs:
git add -A
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
- git checkout $BRANCH_PAGE
+ git checkout "$BRANCH_PAGE"
git commit -m "Build website and document"
- git push -u origin $BRANCH_PAGE
+ git push -u origin "$BRANCH_PAGE"