Added conditional run of the "update" step
This commit is contained in:
@@ -81,6 +81,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: ${{ gitea.action_path }}/push.sh
|
run: ${{ gitea.action_path }}/push.sh
|
||||||
- name: Update remote Docker host
|
- name: Update remote Docker host
|
||||||
|
if: ${{ inputs.update_remote == 'true' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ${{ gitea.action_path }}/update.sh
|
run: ${{ gitea.action_path }}/update.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user