8000 feat: Update trigger azdo for payments actions (#66) · pagopa/github-actions-template@3756937 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3756937

Browse files
feat: Update trigger azdo for payments actions (#66)
* updated trigger azdo with has commit * updated trigger azdo
1 parent f15ec61 commit 3756937

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

payments-flow-docker-snapshot/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ runs:
7070
7171
- name: 🚂 Trigger Azure DevOps pipeline
7272
if: ${{ inputs.enable_azure_devops_step == 'true' }}
73-
uses: jacopocarlini/azure-pipelines@v1.3
73+
# https://github.com/pagopa/azure-pipelines/releases/tag/v2.0.0
74+
uses: pagopa/azure-pipelines@51d971651241601a348e4e2ed2431b8b7576d4f0
7475
with:
7576
azure-devops-project-url: ${{ inputs.azure_devops_project_url }}
7677
azure-pipeline-name: ${{ inputs.azure_devops_pipeline_name }}

payments-flow-release/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ runs:
8484
#
8585
- name: 🚂 Trigger Azure DevOps pipeline
8686
if: inputs.enable_azure_devops_step == 'true' && steps.release.outputs.new_release_published == 'true'
87-
uses: jacopocarlini/azure-pipelines@v1.3
87+
# https://github.com/pagopa/azure-pipelines/releases/tag/v2.0.0
88+
uses: pagopa/azure-pipelines@51d971651241601a348e4e2ed2431b8b7576d4f0
8889
with:
8990
azure-devops-project-url: ${{ inputs.azure_devops_project_url }}
9091
azure-pipeline-name: ${{ inputs.azure_devops_pipeline_name }}

0 commit comments

Comments
 (0)
0