File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -147,15 +147,14 @@ runs:
147147 mv read-repo-properties.yaml repo-properties.yaml
148148 echo "Overwrite complete"
149149
150- # - name: Commit values to repo-properties.yaml
151- # if: ${{ inputs.commit-changes == 'true' }}
152- # shell: bash
153- # uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
154- # with:
155- # cwd: "."
156- # author_name: ${{ inputs.commit-author-name }}
157- # author_email: ${{ inputs.commit-author-email }}
158- # commit: --signoff
159- # message: "chore: commit repo custom properties to properties file"
160- # push: true
161- #
150+ - name : Commit values to repo-properties.yaml
151+ if : ${{ inputs.commit-changes == 'true' }}
152+ shell : bash
153+ uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
154+ with :
155+ cwd : " ."
156+ author_name : ${{ inputs.commit-author-name }}
157+ author_email : ${{ inputs.commit-author-email }}
158+ message : " chore: commit repo custom properties to properties file"
159+ push : true
160+
You can’t perform that action at this time.
0 commit comments