Skip to content

Commit 1d985fb

Browse files
committed
fix: remove backtick escapes in GitHub Actions workflow body text
The YAML syntax error was caused by escaped backticks in the PR body text. Removed the backslash escapes to fix the workflow validation.
1 parent 5db0f34 commit 1d985fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
- Generated standardized JSON format files
141141

142142
### 🔍 Files Updated
143-
- \`provider_configs/*.json\` - Individual provider configurations
144-
- \`provider_configs/all.json\` - Aggregated model data
143+
- provider_configs/*.json - Individual provider configurations
144+
- provider_configs/all.json - Aggregated model data
145145

146146
### ✅ Validation
147147
- [x] JSON syntax validation passed

0 commit comments

Comments
 (0)