mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-04 02:54:59 -06: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:
parent
29523b6e74
commit
3dcee2ef5d
@ -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:**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user