Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
  • Loading branch information
Two-Hearts committed Jul 1, 2024
1 parent 71cd268 commit b3290c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inputs:
```yaml
target_artifact_reference: |-
<registry_1>/<repo_1>@<digest>
<registry_2>/<repo_2>@<tag>
<registry_2>/<repo_2>:<tag>
```
required: true
signature_format:
Expand Down
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
```yaml
target_artifact_reference: |-
<registry_1>/<repo_1>@<digest>
<registry_2>/<repo_2>@<tag>
<registry_2>/<repo_2>:<tag>
```
required: true
trust_policy:
Expand Down

0 comments on commit b3290c1

Please sign in to comment.