config return to double quote

This commit is contained in:
sillyguodong 2023-05-13 09:14:51 +08:00
parent cb973caba1
commit 975d8494ee
2 changed files with 4 additions and 3 deletions
go.mod
internal/pkg/config

3
go.mod
View file

@ -87,4 +87,5 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace github.com/nektos/act => gitea.com/gitea/act v0.245.1
// replace github.com/nektos/act => gitea.com/gitea/act v0.245.1
replace github.com/nektos/act => ../act

View file

@ -32,11 +32,11 @@ cache:
enabled: true
# The directory to store the cache data.
# If it's empty, the cache data will be stored in $HOME/.cache/actcache.
dir: ''
dir: ""
# The host of the cache server.
# It's not for the address to listen, but the address to connect from job containers.
# So 0.0.0.0 is a bad choice, leave it empty to detect automatically.
host: ''
host: ""
# The port of the cache server.
# 0 means to use a random available port.
port: 0