From 078552de546f746bae8b6080361dab32d2b83141 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Fri, 21 Jul 2023 11:34:36 +0200 Subject: [PATCH] fix backticks --- image/config.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/config.template.yaml b/image/config.template.yaml index 80a189e..5c824df 100644 --- a/image/config.template.yaml +++ b/image/config.template.yaml @@ -67,7 +67,7 @@ container: workdir_parent: ${GITEA_RUNNER_JOB_CONTAINER_WORKDIR_PARENT:-/workspace} # Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob # You can specify multiple volumes. If the sequence is empty, no volumes can be mounted. - # For example, if you only allow containers to mount the `data` volume and all the json files in `/src`, you should change the config to: + # For example, if you only allow containers to mount the "data" volume and all the json files in "/src", you should change the config to: # valid_volumes: # - data # - /src/*.json