diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d2861..d2d104f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,10 @@ jobs: id: test-action uses: ./ with: - milliseconds: 2000 + ado-pat: 'pat' + ado-org: 'org' + ado-project: 'project' + release-id: '1' - name: Print Output id: output diff --git a/.markdownlintignore b/.markdownlintignore new file mode 100644 index 0000000..56de38e --- /dev/null +++ b/.markdownlintignore @@ -0,0 +1,4 @@ +dist/ +node_modules/ +coverage/ +__tests__/test_cases/**/*.md \ No newline at end of file