fix backticks

This commit is contained in:
Ivan Schaller 2023-07-21 11:34:36 +02:00
parent 3d1b3a6a3c
commit 078552de54
No known key found for this signature in database
GPG Key ID: 2A6BE07D99C8C205
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ container:
workdir_parent: ${GITEA_RUNNER_JOB_CONTAINER_WORKDIR_PARENT:-/workspace} 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 # 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. # 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: # valid_volumes:
# - data # - data
# - /src/*.json # - /src/*.json