We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeb51e commit 6db0384Copy full SHA for 6db0384
.github/workflows/on-deployment.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Setup Python
50
uses: actions/setup-python@v2
51
with:
52
- python-version: '3.7'
+ python-version: '3.9'
53
- name: Slack Notification
54
uses: rtCamp/action-slack-notify@v2.0.2
55
env:
.github/workflows/scheduled-deployment.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
- name: Deploy Code
64
run: bash -e ./scripts/release.sh
0 commit comments