Skip to content

Commit e7a2c1d

Browse files
committed
SigstoreSigner: Tweak docstring
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 86c74e4 commit e7a2c1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

securesystemslib/signer/_sigstore_signer.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,10 @@ def import_github_actions(
277277
GitHub project and workflow path.
278278
279279
Args:
280-
project: GitHub project
281-
worfklow_path: GitHub workflow path
280+
project: GitHub project name (example:
281+
"secure-systems-lab/securesystemslib")
282+
workflow_path: GitHub workflow path (example:
283+
".github/workflows/online-sign.yml")
282284
ref: optional GitHub ref, defaults to refs/heads/main
283285
284286
Returns:

0 commit comments

Comments
 (0)