ci: rename workflow file to match its name (dependabot-auto-fix.yml)
The workflow was renamed "Dependabot dedupe" -> "Dependabot auto-fix" in the previous commit; rename the file to match and fix the self-reference in its error message. Safe — this workflow is not a required status check. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
905c2d83b6
commit
fd80815119
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
if [ -z "$TOKEN" ]; then
|
||||
echo "::error::DEPENDABOT_DEDUPE_TOKEN is not set. This workflow"
|
||||
echo "::error::requires a PAT so the fixup commit re-triggers CI."
|
||||
echo "::error::See .github/workflows/dependabot-dedupe.yml header."
|
||||
echo "::error::See .github/workflows/dependabot-auto-fix.yml header."
|
||||
exit 1
|
||||
fi
|
||||
- uses: actions/checkout@v7
|
||||
Loading…
Add table
Add a link
Reference in a new issue