Skip to content

Commit 1da7eb7

Browse files
committed
single quote string
1 parent 2f70d1a commit 1da7eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
env:
180180
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
181181
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
182-
if: github.event_name == push
182+
if: github.event_name == 'push'
183183

184184
website:
185185
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)