diff --git a/docs/concepts-guidelines.md b/docs/concepts-guidelines.md index 7a252b3..31ac431 100644 --- a/docs/concepts-guidelines.md +++ b/docs/concepts-guidelines.md @@ -30,7 +30,7 @@ The default can be overridden by specifying a `ref` on checkout. ```yml - uses: actions/checkout@v2 with: - ref: master + ref: develop ``` ## How the action works