We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918e3b5 commit ad5b244Copy full SHA for ad5b244
README.md
@@ -24,6 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
26
steps:
27
+ - uses: actions/checkout@v3
28
- name: Azure DevOps Commit Validator and Pull Request Linker
29
uses: joshjohanning/azdo_commit_message_validator@v1
30
with:
@@ -35,7 +36,7 @@ jobs:
35
36
37
## Setup
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
40
2. Pass the Azure DevOps organization to the `azure-devops-organization` input parameter
41
42
## How this works
0 commit comments