Skip to content

Commit

Permalink
Get short commit SHA - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Oct 16, 2024
1 parent 898afea commit 37ae2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 37ae2df

Please sign in to comment.