This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch website-pr-test
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/website-pr-test by this push:
new 474a1a1550 Create branch locally first
474a1a1550 is described below
commit 474a1a15508f90a09b74b2a99600413c44fe158f
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Oct 23 18:50:58 2024 -0400
Create branch locally first
---
.github/workflows/test-website-pr.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test-website-pr.yml
b/.github/workflows/test-website-pr.yml
index a944a03202..9cbc48daf8 100644
--- a/.github/workflows/test-website-pr.yml
+++ b/.github/workflows/test-website-pr.yml
@@ -37,6 +37,7 @@ jobs:
cd ozone-site
git config --global user.name 'Github Actions'
git config --global user.email '[email protected]'
+ git checkout -b config-doc-update-from-"$GITHUB_SHA"
echo "test content" > testfile.txt
git add testfile.txt
git commit -m "[Auto] Update configurations.md page from ozone
$GITHUB_SHA"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]