Skip to content

Commit

Permalink
Fix readme to mention correct action version
Browse files Browse the repository at this point in the history
Fixes Azure#68
  • Loading branch information
yrtimiD authored Jan 25, 2024
1 parent f1fe65f commit aa32290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa32290

Please sign in to comment.