Skip to content

Commit 21a49b8

Browse files
committed
add the commit step back in
Signed-off-by: Andrew Brandt <[email protected]>
1 parent ab0ba50 commit 21a49b8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

action.yaml

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

0 commit comments

Comments
 (0)