Skip to content

Commit 5ba4e08

Browse files
committed
add the overwrite step
Signed-off-by: Andrew Brandt <[email protected]>
1 parent cb94a38 commit 5ba4e08

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

action.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ runs:
136136
shell: bash
137137
run: |
138138
echo "We are going to overwrite repo-properties.yaml"
139-
echo "Here is the current value of inputs.overwrite-existing-file"
140-
echo ${{ inputs.overwrite-existing-file }}
141-
# echo "Overwriting existing repo-properties.yaml"
142-
# mv read-repo-properties.yaml repo-properties.yaml
139+
echo "Overwriting existing repo-properties.yaml"
140+
mv read-repo-properties.yaml repo-properties.yaml
143141
#
144142
# - name: Commit values to repo-properties.yaml
145143
# if: ${{ inputs.commit-changes == true }}

0 commit comments

Comments
 (0)