File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
56
56
57
57
# Pull request dose not get the gitub action secrets
58
- # this section will be applied to the deploy workflow
58
+ # this section will be applied to the deploy workflows
59
59
- name : Setup Auth for Private Repo
60
60
uses :
webfactory/[email protected]
61
61
with :
Original file line number Diff line number Diff line change 57
57
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
58
58
59
59
# Pull request dose not get the gitub action secrets
60
- # this section will be applied to the deploy workflow
60
+ # this section will be applied to the deploy workflows
61
61
- name : Setup Auth for Private Repo
62
62
uses :
webfactory/[email protected]
63
63
with :
You can’t perform that action at this time.
0 commit comments