We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b151cce commit 5881592Copy full SHA for 5881592
2 files changed
.aws/workflow/deploy.yml .github/workflows/deploy.yml.aws/workflow/deploy.yml renamed to .github/workflows/deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
56
57
# Pull request dose not get the gitub action secrets
58
- # this section will be applied to the deploy workflow
+ # this section will be applied to the deploy workflows
59
- name: Setup Auth for Private Repo
60
uses: webfactory/ssh-agent@v0.5.4
61
with:
.aws/workflow/deploy_on_dev.yml .github/workflows/deploy_on_dev.yml.aws/workflow/deploy_on_dev.yml renamed to .github/workflows/deploy_on_dev.yml
@@ -57,7 +57,7 @@ jobs:
62
63
0 commit comments