Skip to content

Commit 659cf30

Browse files
Avoid Hugo from adding quote to actions url (#23097)
1 parent 0ae1ed7 commit 659cf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ PROXY_HOSTS = *.github.com
13361336
## Actions (`actions`)
13371337

13381338
- `ENABLED`: **false**: Enable/Disable actions capabilities
1339-
- `DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "https://gitea.com/actions/checkout" for "uses: actions/checkout@v3"
1339+
- `DEFAULT_ACTIONS_URL`: **https://gitea.com**: Default address to get action plugins, e.g. the default value means downloading from "<https://gitea.com/actions/checkout>" for "uses: actions/checkout@v3"
13401340

13411341
`DEFAULT_ACTIONS_URL` indicates where should we find the relative path action plugin. i.e. when use an action in a workflow file like
13421342

0 commit comments

Comments
 (0)