Skip to content

Commit

Permalink
Ensure ./macos included in add-path
Browse files Browse the repository at this point in the history
  • Loading branch information
not-a-rootkit authored Jun 14, 2024
1 parent 0d26e19 commit 5fd9900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_phishing_detection_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 5fd9900

Please sign in to comment.