Commit 2894681
## Summary
Same root cause as #322 / #334 — \`elixir-ci-reusable.yml:105\` had a
bare \`if:\` at job level containing \`hashFiles(format('{0}/mix.exs',
inputs.working_directory))\`. Surfaced via the sweep recipe from #334:
\`\`\`bash
grep -nE '^\\s+if: [^\$]+(hashFiles|format|inputs\\.)'
.github/workflows/*-reusable.yml
\`\`\`
Only hit — every other reusable is clean. Same 2-line `\${{ }}` wrap.
## Test plan
- [x] Sweep recipe returns no remaining hits across reusables
- [x] yamllint clean
- [x] Pattern matches #334's exact diff shape
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d7c3b8f commit 2894681
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments