Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daanpersoons committed Aug 23, 2024
1 parent 70267c5 commit 325c8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-build-and-deploy-scaleway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Check if file exists
id: file_check
run: |
if [ -f .github/monorepo-rollout-filters.yaml ];
then echo "monorepo-check=true" >> $GITHUB_OUTPUT;
if [ -f .github/monorepo-rollout-filters.yaml ];
then echo "monorepo-check=true" >> $GITHUB_OUTPUT;
else echo "monorepo-check=false" >> $GITHUB_OUTPUT; fi
- name: Generate Matrix
id: changed-paths-filter
Expand Down

0 comments on commit 325c8f4

Please sign in to comment.