Skip to content

Commit 98addd0

Browse files
committed
remove commit step
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 2cfdcf5 commit 98addd0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

action.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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+
#

0 commit comments

Comments
 (0)