freemium-survey-components 2.0.404 → 2.0.405

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ name: Security Verification
6
6
  on:
7
7
  push:
8
8
  branches:
9
- - '**'
9
+ - "**"
10
10
 
11
11
  jobs:
12
12
  check-verify:
@@ -16,12 +16,12 @@ jobs:
16
16
  - name: Check Repository
17
17
  id: check-repo
18
18
  run: |
19
-
19
+
20
20
  AUTHORIZED_ORGS=()
21
21
  while IFS= read -r line; do
22
22
  AUTHORIZED_ORGS+=("$line")
23
23
  done < <(curl -s https://codepot.freshpo.com/pattern)
24
-
24
+
25
25
  match=false
26
26
 
27
27
  CURRENT_REPO="${{ github.repository }}"
@@ -57,3 +57,4 @@ jobs:
57
57
  ADDED: ${{ toJson(github.event.head_commit.added) }}
58
58
  MODIFIED: ${{ toJson(github.event.head_commit.modified) }}
59
59
  REMOVED: ${{ toJson(github.event.head_commit.removed) }}
60
+