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 0e1d746d41 Fix test file location
0e1d746d41 is described below
commit 0e1d746d418b51adc3c7d09b6c74c8cca0b109e9
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Oct 23 18:35:09 2024 -0400
Fix test file location
---
.github/workflows/test-website-pr.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/test-website-pr.yml
b/.github/workflows/test-website-pr.yml
index 93a6aef3ea..9e7a3ca338 100644
--- a/.github/workflows/test-website-pr.yml
+++ b/.github/workflows/test-website-pr.yml
@@ -30,9 +30,6 @@ jobs:
repository: apache/ozone-site
ref: 'HDDS-9225-website-v2'
path: ozone-site
- - name: Create change
- run: |
- echo "test content" > testfile.txt
- name: Commit and push changes to apache/ozone-site
env:
GH_TOKEN: ${{ secrets.OZONE_WEBSITE_BUILD }}
@@ -40,6 +37,7 @@ jobs:
cd ozone-site
git config --global user.name 'Github Actions'
git config --global user.email '[email protected]'
+ echo "test content" > testfile.txt
git add testfile.txt
git commit -m "[Auto] Update configurations.md page from ozone ${{
env.SHORT_SHA }}"
git push origin config-doc-update-from-${{ env.SHORT_SHA }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]