We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb94a38 commit 5ba4e08Copy full SHA for 5ba4e08
action.yaml
@@ -136,10 +136,8 @@ runs:
136
shell: bash
137
run: |
138
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
+ echo "Overwriting existing repo-properties.yaml"
+ mv read-repo-properties.yaml repo-properties.yaml
143
#
144
# - name: Commit values to repo-properties.yaml
145
# if: ${{ inputs.commit-changes == true }}
0 commit comments