fix variable name

This commit is contained in:
Jaroslav Lobačevski
2024-08-12 09:31:58 +00:00
parent e83841bba9
commit d6027267aa
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
### Incorrect Usage
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
Consider the following basic setup where an environment variable `PATH` is set:
```yaml
steps:

View File

@@ -20,7 +20,7 @@ Do not allow untrusted data to influence the system PATH: Avoid using untrusted
### Incorrect Usage
Consider the following basic setup where an environment variable `MYVAR` is set and used in different steps:
Consider the following basic setup where an environment variable `PATH` is set:
```yaml
steps: