1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #32113 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-26 16:57:42 -07:00
committed by GitHub

View File

@@ -581,6 +581,8 @@ console.log("The running PID from the main action is: " + process.env.STATE_pro
During the execution of a workflow, the runner generates temporary files that can be used to perform certain actions. The path to these files are exposed via environment variables. You will need to use UTF-8 encoding when writing to these files to ensure proper processing of the commands. Multiple commands can be written to the same file, separated by newlines.
Most commands in the following examples use double quotes for echoing strings, which will attempt to interpolate characters like `$` for shell variable names. To always use literal values in quoted strings, you can use single quotes instead.
{% powershell %}
{% note %}