generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -38,10 +38,17 @@ runs:
|
||||
if: ${{ inputs.debug == true }}
|
||||
shell: bash
|
||||
run: |
|
||||
source "${{ github.action_path }}/bashlib.sh"
|
||||
source "${{ github.action_path }}/../bashlib.sh"
|
||||
export DEBUG="ON"
|
||||
echo "DEBUG=ON" >> $GITEA_ENV
|
||||
debug Debug switch on
|
||||
|
||||
- name: Tash description
|
||||
shell: bash
|
||||
run: |
|
||||
source "${{ github.action_path }}/../bashlib.sh"
|
||||
step "Image name" "${{ inputs.image_name }}"
|
||||
step "Image tags" "${{ inputs.image_tags }}"
|
||||
|
||||
- name: Build the image
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user