From aa322900a5537f1b9716414fd266da56bc247749 Mon Sep 17 00:00:00 2001 From: Dmitry Gurovich Date: Thu, 25 Jan 2024 13:33:31 -0500 Subject: [PATCH] Fix readme to mention correct action version Fixes #68 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999a200d..7554f6b4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Use this action to trigger a specific pipeline (YAML or Classic Release Pipeline Action takes Project URL, pipeline name and a [Personal Access Token (PAT)](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops) for your DevOps account. ```yaml -- uses: Azure/pipelines@v1 +- uses: Azure/pipelines@v1.2 with: azure-devops-project-url: 'https://dev.azure.com/organization/project-name' azure-pipeline-name: 'pipeline-name' # name of the Azure pipeline to be triggered