Skip to content

Commit ad5b244

Browse files
committed
updating readme to include actions/checkout and full pat
1 parent 918e3b5 commit ad5b244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27+
- uses: actions/checkout@v3
2728
- name: Azure DevOps Commit Validator and Pull Request Linker
2829
uses: joshjohanning/azdo_commit_message_validator@v1
2930
with:
@@ -35,7 +36,7 @@ jobs:
3536
3637
## Setup
3738
38-
1. Create a repository secret titled `AZURE_DEVOPS_PAT`
39+
1. Create a repository secret titled `AZURE_DEVOPS_PAT` - it needs to be a full PAT
3940
2. Pass the Azure DevOps organization to the `azure-devops-organization` input parameter
4041

4142
## How this works

0 commit comments

Comments
 (0)