Skip to content

Commit 29fa65e

Browse files
committed
Fix typo in config comments
1 parent f6d4c87 commit 29fa65e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ packages:
55
package_type: docker
66
# repo where the workflow is started
77
repo: redis/docker-library-redis
8-
# ref it not specified it will be determined based on the tag and existing branches
9-
# should be empty for real releas, is to be used for testing only
8+
# ref to use for workflow runs, if not specified it
9+
# will be determined based on the tag and existing branches
10+
# Should be empty for real use cases, is to be used for testing only
1011
# ref: branch_name
1112
# build workflow name
1213
build_workflow: release_build_and_test.yml

0 commit comments

Comments
 (0)