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 5555 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5656
5757 # 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
5959 - name : Setup Auth for Private Repo
6060 uses : webfactory/ssh-agent@v0.5.4
6161 with :
Original file line number Diff line number Diff line change 5757 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5858
5959 # 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
6161 - name : Setup Auth for Private Repo
6262 uses : webfactory/ssh-agent@v0.5.4
6363 with :
You can’t perform that action at this time.
0 commit comments