Skip to content

Commit f011dc6

Browse files
committed
chore: update README
1 parent bffbcc6 commit f011dc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Para utilizar a action em seu workflow, adicione o seguinte trecho ao seu arquiv
1414
id: github-environments
1515
uses: eteg/list-github-environments@v1
1616
with:
17-
exclude-envs: ["staging", "develop"]
17+
exclude-envs: '["staging", "develop"]'
1818
has-protection-rule: true
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2020
```
@@ -51,7 +51,7 @@ jobs:
5151
id: github-environments
5252
uses: eteg/list-github-environments@v1
5353
with:
54-
exclude-envs: ["staging", "develop"]
54+
exclude-envs: '["staging", "develop"]'
5555
has-protection-rule: true
5656
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5757

0 commit comments

Comments
 (0)