mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 00:03:30 +00:00
Fix DDG build action file list (#18390)
* Fix file list * Add ddg-alert-files-list branch to test PR triggers * Update branches for pull request trigger Restrict pull request monitoring to the main branch only.
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
_MONITORED_FILES: ${{ steps.changed-files.outputs.monitored_files }}
|
||||
with:
|
||||
script: |
|
||||
const changedFiles = `$_MONITORED_FILES`.split(' ').filter(file => file.trim() !== '');
|
||||
const changedFiles = process.env._MONITORED_FILES.split(' ').filter(file => file.trim() !== '');
|
||||
|
||||
const message = `<!-- comment_tag: ddg-test-warning -->
|
||||
⚠️🦆 **DuckDuckGo Integration files have been modified in this PR:**
|
||||
|
||||
Reference in New Issue
Block a user