Skip to content

Commit 8e7a718

Browse files
authored
Merge pull request #489 from nfraprado/origin-artifacts-doc
actions: Document 'artifacts' value for the origin property
2 parents 3a3ad05 + d9a2806 commit 8e7a718

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/actions_doc.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Several actions have the 'origin' property. Possible values for the
1111
1) 'recipe' ....... directory the recipe is in
1212
2) 'filesystem' ... target filesystem root directory from previous filesystem-deploy action or
1313
a previous ostree action.
14-
3) name property of a previous download action
14+
3) 'artifacts' .... directory the artifacts are stored in
15+
4) name property of a previous download action
1516
1617
*/
1718
package actions

0 commit comments

Comments
 (0)