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