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