Skip to content

Commit

Permalink
include commit id in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
larshinueber committed Aug 20, 2024
1 parent a317954 commit 9f4032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-foo-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Sync submodule changes"
commit_message: "Update submodule to ${{ github.event.after }}"


# - name: Create new branch
Expand Down

0 comments on commit 9f4032e

Please sign in to comment.