Skip to content

Commit

Permalink
use the latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
engahmeds3ed committed Aug 7, 2023
1 parent dec2b21 commit f0b8bc4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy_dynamic_lists_fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,9 @@ jobs:
with:
token: ${{ secrets.GH_WORKFLOW_TOKEN }}

- name: get latest dynamic lists
id: getDynamicLists
run: |
echo "::set-output name=lists::$(curl -s https://b.rucss.wp-rocket.me/api/exclusions/list)"
- name: Get and Save Default Lists
id: saveDynamicLists
uses: engahmeds3ed/[email protected].2
uses: engahmeds3ed/[email protected].1
with:
name: "dynamic-lists.json"
url: "https://b.rucss.wp-rocket.me/api/exclusions/list"
Expand All @@ -53,7 +48,7 @@ jobs:

- name: Get and save incompatible plugins lists
id: saveIncompatiblePluginsLists
uses: engahmeds3ed/[email protected].2
uses: engahmeds3ed/[email protected].1
with:
name: "dynamic-lists-incompatible-plugins.json"
url: "https://b.rucss.wp-rocket.me/api/incompatible-plugins/list"
Expand All @@ -68,7 +63,7 @@ jobs:

- name: Get and Save DelayJS Lists
id: saveDynamicDelayJSLists
uses: engahmeds3ed/[email protected].2
uses: engahmeds3ed/[email protected].1
with:
name: "dynamic-lists-delayjs.json"
url: "https://b.rucss.wp-rocket.me/api/delay-js-exclusions/list"
Expand Down

0 comments on commit f0b8bc4

Please sign in to comment.