File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
# ### How do I set environment variables at run-time?
62
62
63
- You can use [workflow commands ](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files)
63
+ You can use [environment files ](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files)
64
64
to set environment variables or add an element to `$PATH`. For example :
65
65
66
66
` ` ` yaml
@@ -165,7 +165,7 @@ It's possible to install modules from private GitHub repositories without using
165
165
your own proxy. You'll need to add a
166
166
[personal access token](https://github.com/settings/tokens) as a secret
167
167
environment variable, as well as configure
168
- [GOPRIVATE](https://golang.org/pkg/cmd/go/#hdr-Module_configuration_for_non_public_modules ).
168
+ [GOPRIVATE](https://golang.org/ref/mod#private-modules ).
169
169
170
170
` ` ` yaml
171
171
- name: Configure git for private modules
You can’t perform that action at this time.
0 commit comments