Skip to content

Commit aa32290

Browse files
authored
Fix readme to mention correct action version
Fixes Azure#68
1 parent f1fe65f commit aa32290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use this action to trigger a specific pipeline (YAML or Classic Release Pipeline
1414
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.
1515

1616
```yaml
17-
- uses: Azure/pipelines@v1
17+
- uses: Azure/pipelines@v1.2
1818
with:
1919
azure-devops-project-url: 'https://dev.azure.com/organization/project-name'
2020
azure-pipeline-name: 'pipeline-name' # name of the Azure pipeline to be triggered

0 commit comments

Comments
 (0)