Skip to content

Commit 7b1ceef

Browse files
committed
fix(workflow): add missing single quote in the end of filter
1 parent 29630ed commit 7b1ceef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
filters: |
7676
ngnix:
77-
- '**/*
77+
- '**/*'
7878
- name: Deploy Nginx
7979
if: ${{ steps.filter.outputs.ngnix }} == 'true'
8080
run: |

0 commit comments

Comments
 (0)