Skip to content

chore: revert changes to depedency-check #4

chore: revert changes to depedency-check

chore: revert changes to depedency-check #4

Workflow file for this run

name: Close Inactive Issues
on:
schedule:
- cron: "30 1 * * *" # once a day (1:30 UTC)
workflow_dispatch: # allow manual trigger
jobs:
trigger-workflow:
uses: ./.github/workflows/stale-bot.yml@main

Check failure on line 10 in .github/workflows/_stale-bot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_stale-bot.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
secrets:
envGH: ${{ secrets.GITHUB_TOKEN }}