Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/lint-on-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Checkout repository code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0

- name: Set up Node.js
uses: actions/setup-node@v6.4.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-amazongpt-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout KudoAI/amazongpt
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/amazongpt
path: KudoAI/amazongpt

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/autoclear-chatgpt-history
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/autoclear-chatgpt-history
path: adamlui/autoclear-chatgpt-history

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-bravegpt-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout KudoAI/bravegpt
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/bravegpt
path: KudoAI/bravegpt

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-bump-script-changes-to-ai-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes-to-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-auto-continue
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-auto-continue
path: adamlui/chatgpt-auto-continue

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-auto-refresh
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-auto-refresh
path: adamlui/chatgpt-auto-refresh

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-auto-talk-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-auto-talk
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-auto-talk
path: adamlui/chatgpt-auto-talk

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-chatgpt-infinity-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-infinity
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-infinity
path: adamlui/chatgpt-infinity

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/chatgpt-widescreen
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/chatgpt-widescreen
path: adamlui/chatgpt-widescreen

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-duckduckgpt-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout KudoAI/duckduckgpt
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/duckduckgpt
path: KudoAI/duckduckgpt

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/github-star-history
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/github-star-history
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-github-widescreen-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/github-widescreen
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/github-widescreen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-googlegpt-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout KudoAI/googlegpt
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: KudoAI/googlegpt
path: KudoAI/googlegpt

- name: Checkout adamlui/ai-web-extensions
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/ai-web-extensions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-youtube-classic-changes-to-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
path: adamlui/userscripts

- name: Checkout adamlui/youtube-classic
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
repository: adamlui/youtube-classic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
path: adamlui/userscripts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout adamlui/userscripts
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
token: ${{ secrets.REPO_SYNC_PAT }}
path: adamlui/userscripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-links-on-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0

- name: Restore lychee cache
id: restore-cache
Expand Down