File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ jobs:
148148 token : ${{ steps.app_token.outputs.token }}
149149 add-paths : |
150150 ./*
151- title : " [Don't merge] Update the ${{ matrix.template }} template"
151+ title : " [Don't merge] Update the ${{ matrix.template }} template to ${{ github.event.inputs.crate_release_version }} "
152152 body : " The template has NOT been successfully built and needs to be inspected."
153- branch : " update-template/${{ github.event_name }}"
153+ branch : " update-template/${{ github.event.inputs.crate_release_version }}"
154154 - name : Push changes
155155 run : |
156156 git add -A .
157- git commit --allow-empty -m "Update template triggered by ${{ github.event_name }}"
157+ git commit --allow-empty -m "Update to ${{ github.event.inputs.crate_release_version }} triggered by ${{ github.event_name }}"
158158 git push
159159 working-directory : " ${{ env.template-path }}"
You can’t perform that action at this time.
0 commit comments