Skip to content

Commit d6fa73a

Browse files
Copilotasperpharma
andcommitted
Add explicit expression syntax to job-level if condition
Co-authored-by: asperpharma <252395498+asperpharma@users.noreply.github.com>
1 parent ebb94e1 commit d6fa73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-file-changes-to-lovable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
sync_files_to_lovable:
1818
runs-on: ubuntu-latest
19-
if: secrets.LOVABLE_WEBHOOK_URL != ''
19+
if: ${{ secrets.LOVABLE_WEBHOOK_URL != '' }}
2020
steps:
2121
- name: Filter commit file changes and send to Lovable
2222
env:

0 commit comments

Comments
 (0)