Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change workflow dynamic lists' endpoints to the new endpoint #7168

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dynamic_lists_fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ jobs:
uses: engahmeds3ed/[email protected]
with:
name: "dynamic-lists.json"
url: "https://b.rucss.wp-rocket.me/api/exclusions/list"
url: "https://b.rucss.wp-rocket.me/api/v2/exclusions/list"
dir: '/'

- name: Get and save incompatible plugins lists
id: saveIncompatiblePluginsLists
uses: engahmeds3ed/[email protected]
with:
name: "dynamic-lists-incompatible-plugins.json"
url: "https://b.rucss.wp-rocket.me/api/incompatible-plugins/list"
url: "https://b.rucss.wp-rocket.me/api/v2/incompatible-plugins/list"
dir: '/'

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

- name: Commit All lists JSON files
Expand Down
Loading