Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/update-addons-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
private_key: ${{ secrets.BOT_PRIVATE_KEY }}

- name: Checkout ScratchAddons/website-i18n
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
path: repo
- name: Checkout ScratchAddons/website-v2-script
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/website-v2-script
path: script
- name: Checkout ScratchAddons/ScratchAddons
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/ScratchAddons
path: sa
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-i18n-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ScratchAddons/website-i18n
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: repo
- name: Checkout ScratchAddons/website-v2-script
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/website-v2-script
path: script
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ScratchAddons/website-i18n
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: repo
fetch-depth: 20
- name: Checkout ScratchAddons/website-v2-script
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/website-v2-script
path: script
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ScratchAddons/website-i18n
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: repo
- name: Checkout ScratchAddons/website-v2-script
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/website-v2-script
path: script
- name: Checkout ScratchAddons/website-v2
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ScratchAddons/website-v2
path: website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ScratchAddons/website-i18n
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Execute script
run: |
Expand Down