generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -51,6 +51,13 @@ runs:
|
|||||||
echo "DEBUG=ON" >> $GITEA_ENV
|
echo "DEBUG=ON" >> $GITEA_ENV
|
||||||
debug Debug switch on
|
debug Debug switch on
|
||||||
|
|
||||||
|
- name: Debug registry_login
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
source "${{ github.action_path }}/../bashlib.sh"
|
||||||
|
debug "Registry login is set to -${{ inputs.registry_login }}-"
|
||||||
|
|
||||||
|
|
||||||
- name: Log into the registry
|
- name: Log into the registry
|
||||||
if: ${{ inputs.registry_login == true }}
|
if: ${{ inputs.registry_login == true }}
|
||||||
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main
|
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/registry-login@main
|
||||||
|
|||||||
Reference in New Issue
Block a user