Skip to content

Commit

Permalink
updated flow docker snapshot with triggers parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jan 15, 2025
1 parent 6778e53 commit 2ed165e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/flow-docker-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ on:
description: 'Enable Azure DevOps trigger'
required: false
default: 'true'
deploy_aks_branch:
description: 'argocd deploy aks branch name'
argocd_target_branch:
description: 'argocd target branch name'
required: false
default: 'main'
postman_branch:
description: postman branch name'
required: false
default: 'develop'

env:
# branch choosed by workflow_dispatch or by push event
Expand Down Expand Up @@ -76,5 +80,7 @@ jobs:
azure_template_parameters: |
{
"APPS_TOP": "[p4pa-auth]",
"POSTMAN_BRANCH": "${{ github.ref_name }}"
"ARGOCD_TARGET_BRANCH": "${{ github.event.inputs.argocd_target_branch }}",
"POSTMAN_BRANCH": "${{ github.event.inputs.postman_branch }}"
"TRIGGER_MESSAGE": "p4pa-auth"
}

0 comments on commit 2ed165e

Please sign in to comment.