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