From 000ca5ab424f653ddcec060bb3ace4cf465136c7 Mon Sep 17 00:00:00 2001 From: Mai-Lapyst Date: Mon, 26 Aug 2024 06:00:59 +0200 Subject: [PATCH] Reword how custom values for the shell prop work --- docs/user/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/actions.md b/docs/user/actions.md index ea7e8d6a..83ec8dfe 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -963,7 +963,7 @@ Available values: - `sh` - `cmd` - `powershell` -- A custom commandline, where `{0}` is replaced with the path to a (temporary) file, containing the content of `jobs..steps[*].run`. +- A custom commandline, where the literal string `{0}` is replaced with the path to a (temporary) file, containing the content of `jobs..steps[*].run`. For example `bash -v {0}` would become `bash -v /tmp/xxx`. [Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-pull-request/.forgejo/workflows/test.yml)