We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cba46f commit 5be9737Copy full SHA for 5be9737
1 file changed
.github/workflows/dependency-checker.yaml
@@ -43,6 +43,7 @@ jobs:
43
echo $(git status)
44
gh pr create --title "$pr_name" --body "Automated dependency update" --base "main"
45
git checkout main
46
+ sleep 30 # prevent rate limit.
47
fi
48
done
49
0 commit comments