Skip to content

πŸ‘Œ IMPROVE: Add custom logger #1

πŸ‘Œ IMPROVE: Add custom logger

πŸ‘Œ IMPROVE: Add custom logger #1

##########################################################################
# CICD Pipeline
##########################################################################
# Configuration for this template:
# 1.- Replace the predefined repository CoveredCA/common-devops with your own.
# 2.- Update the global environment variables for the script
name: Debug
on:
workflow_call:
inputs:
keyvault-key:
required: true
description: Access key to KeyVault
type: string
secrets:
azure-credentials:
required: true
description: Azure Credentials for login
env:
CONFIGURATIONS_REPOSITORY: common-configurations
MULE_APPLICATION_TYPE: mule-application-example.jar
jobs:
##################################################################
# Deployment
##################################################################
deployment:
name: Deployment
runs-on: ubuntu-latest
environment: dev
steps:

Check failure on line 36 in .github/workflows/mule-debug-customlog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mule-debug-customlog.yml

Invalid workflow file

You have an error in your yaml syntax on line 36
steps:
- name: Get workflow metadata
uses: CoveredCA/common-devops/packages/configuration-issuemanagement@main
with:
keyvault-key: '${{ inputs.keyvault-key }}'
azure-credentials: '${{ secrets.azure-credentials }}'
- id: debug-workplace
name: Debug workplace
shell: bash
run: |
echo " "
echo "***************************************"
echo "Start setting custom logger process"
echo "***************************************"
echo " "
- name: Set custom logger
uses: CoveredCA/common-devops/packages/customloggercloudhub1@main
with:
deployment-env: ${{ env.deployment_environment }}