We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269cd8f commit 2b124d7Copy full SHA for 2b124d7
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
if [ "${{ github.event_name }}" == "push" ]; then
50
commit_message="Build triggered by manual update to pipeline"
51
elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
52
- commit_message="Build triggered by submodule ${{ inputs.repository }} version ${{ inputs.branch }}"
+ commit_message="Build triggered by workflow dispatch"
53
else
54
commit_message="Unknown event"
55
fi
0 commit comments