-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sarvekshayr
committed
Oct 16, 2024
1 parent
898afea
commit 37ae2df
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,7 +214,7 @@ jobs: | |
git checkout -b config-doc-update-from-${{ env.SHORT_SHA }} | ||
git add hadoop-hdds/docs/content/tools/Configurations.md | ||
git commit -m "[Auto] Update Configurations.md from ${{ github.sha }}" | ||
git push origin "config-doc-update-from-${{ env.SHORT_SHA }}" | ||
git push origin config-doc-update-from-${{ env.SHORT_SHA }} | ||
- name: Create Pull Request in apache/ozone | ||
if: env.hashes_differ == 'true' | ||
env: | ||
|
@@ -259,7 +259,7 @@ jobs: | |
git config --global user.email '[email protected]' | ||
git add "$TARGET_DIR/99-appendix.md" | ||
git commit -m "[Auto] Update configurations.md page from ozone ${{ env.SHORT_SHA }}" | ||
git push origin "config-doc-update-from-${{ env.SHORT_SHA }}" | ||
git push origin config-doc-update-from-${{ env.SHORT_SHA }} | ||
- name: Create Pull Request in apache/ozone-site | ||
if: env.hashes_differ == 'true' | ||
env: | ||
|