Skip to content

Commit

Permalink
fix(workflow): add missing single quote in the end of filter
Browse files Browse the repository at this point in the history
  • Loading branch information
raferdev committed Nov 15, 2023
1 parent 29630ed commit 7b1ceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
filters: |
ngnix:
- '**/*
- '**/*'
- name: Deploy Nginx
if: ${{ steps.filter.outputs.ngnix }} == 'true'
run: |
Expand Down

0 comments on commit 7b1ceef

Please sign in to comment.