We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ba8e6 commit 49295c7Copy full SHA for 49295c7
1 file changed
action.yml
@@ -139,7 +139,6 @@ runs:
139
140
- name: Update Docker Image in Repository
141
shell: bash
142
- working-directory: ${{ inputs.workingdirectory }}
143
run: |
144
commit_changes () {
145
if [[ ${{ steps.preparation.outputs.push }} == "true" ]]; then
0 commit comments