Skip to content

Commit 020cba5

Browse files
committed
use fully qualified action references in readme
1 parent 44770ff commit 020cba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The custom attestation type created by this action is required by the code-revie
2828

2929
```yaml
3030
- name: Create Code Review Attestation Type
31-
uses: ./.github/actions/create-code-review-type
31+
uses: kosli-dev/control-actions/create-code-review-type@main
3232
with:
3333
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}
3434
kosli_org: your-organization-name
@@ -82,7 +82,7 @@ The action then reports these evaluation results to Kosli as an attestation.
8282

8383
```yaml
8484
- name: Evaluate Code Review Control
85-
uses: ./.github/actions/code-review
85+
uses: kosli-dev/control-actions/code-review@main
8686
with:
8787
base_ref: v1.0.0
8888
release_ref: v1.1.0
@@ -147,7 +147,7 @@ jobs:
147147
fetch-depth: 0 # Important: fetch all history for git operations
148148
149149
- name: Create Code Review Attestation Type
150-
uses: ./.github/actions/create-code-review-type
150+
uses: kosli-dev/control-actions/create-code-review-type@main
151151
with:
152152
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}
153153
kosli_org: my-organization
@@ -169,7 +169,7 @@ jobs:
169169
echo "tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
170170
171171
- name: Evaluate Code Review Control
172-
uses: ./.github/actions/code-review
172+
uses: kosli-dev/control-actions/code-review@main
173173
with:
174174
base_ref: ${{ steps.previous-tag.outputs.previous_tag }}
175175
release_ref: ${{ github.ref_name }}

0 commit comments

Comments
 (0)