Skip to content

Commit 2b124d7

Browse files
committed
Update build.yml
Update commit message if triggered by workflow dispatch
1 parent 269cd8f commit 2b124d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if [ "${{ github.event_name }}" == "push" ]; then
5050
commit_message="Build triggered by manual update to pipeline"
5151
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
52-
commit_message="Build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"
52+
commit_message="Build triggered by workflow dispatch"
5353
else
5454
commit_message="Unknown event"
5555
fi

0 commit comments

Comments
 (0)