Skip to content

Commit f7db80e

Browse files
doublegateclaude
andcommitted
fix(ci): force-add gitignored ref-proj in upstream monitor
ref-proj/ is in .gitignore, so git add refuses it without -f. Same fix as applied to upstream-sync.yml for OperationConfig.json. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3356583 commit f7db80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upstream-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
run: |
276276
git config user.name "github-actions[bot]"
277277
git config user.email "github-actions[bot]@users.noreply.github.com"
278-
git add ref-proj/CyberChef
278+
git add -f ref-proj/CyberChef
279279
git commit -m "chore(upstream): update ref-proj/CyberChef to latest upstream" || echo "No changes to commit"
280280
git push origin master || echo "Nothing to push"
281281

0 commit comments

Comments
 (0)