Skip to content

Commit 9220f38

Browse files
authored
Update content/actions/using-workflows/workflow-commands-for-github-actions.md
1 parent 6a028e5 commit 9220f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/using-workflows/workflow-commands-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ console.log("The running PID from the main action is: " + process.env.STATE_pro
570570

571571
## Environment files
572572

573-
During the execution of a workflow, the runner generates temporary files that can be used to perform certain actions. The path to these files can be accessed and edited using GitHub's default environment variables. See "[AUTOTITLE](https://docs.github.com/en/actions/learn-github-actions/variables#default-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.
573+
During the execution of a workflow, the runner generates temporary files that can be used to perform certain actions. The path to these files can be accessed and edited using GitHub's default environment variables. See "[AUTOTITLE](/actions/learn-github-actions/variables#default-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.
574574
To use environment variables in a GitHub Action, you create or modify `.env` files using specific GitHub Actions commands.
575575

576576
Here's how:

0 commit comments

Comments
 (0)