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 1d9dec3 commit c90765fCopy full SHA for c90765f
1 file changed
.github/workflows/attestor.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Pull Request Check
35
run: |
36
- /app/compliance-as-code-attestors prAttestation \
+ compliance-as-code-attestors prAttestation \
37
--repos "${{ inputs.documentation-repo }}" \
38
--repos "${{ inputs.production-repos }}" \
39
--pull_request_title "$PR_TITLE" \
@@ -66,11 +66,3 @@ jobs:
66
67
68
69
-
70
- # - name: Checkout
71
- # uses: actions/checkout@v5
72
- # with:
73
- # repository: l3montree-dev/devguard-documentation
74
- # path: main
75
76
0 commit comments