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 3c3779ef3a Fix push command
3c3779ef3a is described below

commit 3c3779ef3a0b6ce32c57628680bf26bac9cd29c5
Author: Ethan Rose <[email protected]>
AuthorDate: Wed Oct 23 18:45:49 2024 -0400

    Fix push command
---
 .github/workflows/test-website-pr.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-website-pr.yml 
b/.github/workflows/test-website-pr.yml
index ff5111ad5c..a944a03202 100644
--- a/.github/workflows/test-website-pr.yml
+++ b/.github/workflows/test-website-pr.yml
@@ -40,7 +40,7 @@ jobs:
           echo "test content" > testfile.txt
           git add testfile.txt
           git commit -m "[Auto] Update configurations.md page from ozone 
$GITHUB_SHA"
-          git push origin config-doc-update-from-"$GITHUB_SHA"
+          git push -u origin config-doc-update-from-"$GITHUB_SHA"
       - name: Create Pull Request in apache/ozone-site
         env:
           GH_TOKEN: ${{ secrets.OZONE_WEBSITE_BUILD }}
@@ -58,6 +58,6 @@ jobs:
           echo "## How was this patch tested?" >> pr_body1.txt
           echo "Reviewers should manually verify the correctness of this 
change." >> pr_body1.txt
 
-          gh pr create --base HDDS-9225-website-v2 --head 
config-doc-update-from-${{ env.SHORT_SHA }} \
+          gh pr create --base HDDS-9225-website-v2 --head 
config-doc-update-from-"$GITHUB_SHA" \
           --title ". Update Configurations.md page with changes from" \
           --body-file pr_body1.txt
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to