We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35db99 commit e632435Copy full SHA for e632435
.github/main.workflow
@@ -5,5 +5,5 @@ workflow "GitHub Action for pyup Safety" {
5
6
action "safety command" {
7
uses = "cclauss/GitHub-Action-for-pyup-Safety-CI@master"
8
- args = "safety check --full-report"
+ args = "safety check --full-report -r requirements.txt"
9
}
0 commit comments