From 5fd99000d8cf53eea8faa9e14d143bf3b0df5e33 Mon Sep 17 00:00:00 2001 From: Thom Espach Date: Fri, 14 Jun 2024 16:50:46 +0100 Subject: [PATCH] Ensure ./macos included in add-path --- .github/workflows/update_phishing_detection_data.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_phishing_detection_data.yml b/.github/workflows/update_phishing_detection_data.yml index c37d0d883c..8dba6252b7 100644 --- a/.github/workflows/update_phishing_detection_data.yml +++ b/.github/workflows/update_phishing_detection_data.yml @@ -25,8 +25,8 @@ jobs: with: path: macos/ add-paths: | - ./DuckDuckGo/PhishingDetection/ - commit-message: Update phishing detection data to revision ${{ env.REVISION }} - branch: update-phishing-protection-${{ env.REVISION }} - title: Update phishing protection datasets to ${{ env.REVISION }} + ./macos/DuckDuckGo/PhishingDetection/ + commit-message: "Update phishing detection data to revision ${{ env.REVISION }}" + branch: "update-phishing-protection-${{ env.REVISION }}" + title: "Update phishing protection datasets to ${{ env.REVISION }}" body: "${{ env.PR_BODY_MACOS }}"