Skip to content

Commit

Permalink
add sha to commit message for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kabhi-stripe committed Nov 21, 2024
1 parent f0b52a7 commit 58d3f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copy-dirs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cp -r temp-v1-uk-docs/* .
git add .
git commit -m "Copy v1-uk-docs to root of v1-uk-docs-release"
git commit -m "Copy v1-uk-docs to root of v1-uk-docs-release. Sync from ${{ github.sha }}" || echo "No changes to commit"
- name: Push to v1-uk-docs-release
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
cp -r temp-v1-eu-docs/* .
git add .
git commit -m "Copy v1-eu-docs to root of v1-eu-docs-release"
git commit -m "Copy v1-eu-docs to root of v1-eu-docs-release. Sync from ${{ github.sha }}" || echo "No changes to commit"
- name: Push to v1-eu-docs-release Branch
run: |
Expand Down

0 comments on commit 58d3f1c

Please sign in to comment.