Skip to content

Commit 37df824

Browse files
authored
Merge pull request #6 from sobolevn/patch-1
Adds syntax highlighting
2 parents 1a74572 + f631822 commit 37df824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Github Action to create a .env file with Github Secrets
88

99
The action looks for environment variables that start with `INPUT_ENVKEY_` and creates an envfile with them. To add a key to the envfile, add a key/pair to the `with:` section. It must begin with `envkey_`.
1010

11-
```
11+
```yml
1212
name: Create envfile
1313

1414
on: [push]

0 commit comments

Comments
 (0)