Skip to content

Commit 7e2f0f0

Browse files
chore: fix env vars in Github Actions' config
1 parent 246bfca commit 7e2f0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
verify:
1111
runs-on: ubuntu-18.04
1212
env:
13-
CI: true
13+
CI: 'true'
1414

1515
steps:
1616
- uses: actions/checkout@v1
@@ -33,7 +33,7 @@ jobs:
3333
needs:
3434
- verify
3535
env:
36-
CI: true
36+
CI: 'true'
3737

3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)