Skip to content

Commit 71800d3

Browse files
sgngitster
authored andcommitted
ci/config: correct instruction for CI preferences
From e76eec3 (ci: allow per-branch config for GitHub Actions, 2020-05-07), we started to allow contributors decide which branch they want to build with GitHub Actions by checking for a file named "ci/config/allow-ref". In order to assist those contributors, we provided a sample in "ci/config/allow-refs.sample", and instructed them to drop the ".sample", then commit that file to their repository. We've misspelt the filename in that change. Let's fix the spelling. While we're at it, also instruct our contributors introduce that new file to Git before commit, in case of they've never told Git before. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Đoàn Trần Công Danh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e76eec3 commit 71800d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/config/allow-refs.sample renamed to ci/config/allow-ref.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# your repository:
88
#
99
# git checkout -b ci-config
10-
# cp allow-refs.sample allow-refs
11-
# $EDITOR allow-refs
10+
# cp allow-ref.sample allow-ref
11+
# $EDITOR allow-ref
12+
# git add allow-ref
1213
# git commit -am "implement my ci preferences"
1314
# git push
1415
#

0 commit comments

Comments
 (0)