mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
test(i18n): trigger CI with test translation key
- Update actions/checkout to v6 - Update actions/setup-node to v6 - Add test key to en-US/app.json to trigger workflow - Will be reverted after testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7051d96841
commit
7130bbebfe
5
.github/workflows/translate-i18n-claude.yml
vendored
5
.github/workflows/translate-i18n-claude.yml
vendored
@ -9,6 +9,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/translate-i18n-claude.yml'
|
- '.github/workflows/translate-i18n-claude.yml'
|
||||||
|
- 'web/i18n/en-US/*.json'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
files:
|
files:
|
||||||
@ -40,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@ -57,7 +58,7 @@ jobs:
|
|||||||
run_install: false
|
run_install: false
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"_test_ci_trigger": "This is a test key for CI trigger - will be reverted",
|
||||||
"accessControl": "Web App Access Control",
|
"accessControl": "Web App Access Control",
|
||||||
"accessControlDialog.accessItems.anyone": "Anyone with the link",
|
"accessControlDialog.accessItems.anyone": "Anyone with the link",
|
||||||
"accessControlDialog.accessItems.external": "Authenticated external users",
|
"accessControlDialog.accessItems.external": "Authenticated external users",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user