We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a488ce5 commit 7435563Copy full SHA for 7435563
.github/workflows/automate.yml
@@ -20,4 +20,4 @@ jobs:
20
uses: actions/checkout@v2
21
22
- name: run
23
- run: STD_ID=${{ secrets.STD_ID }} PASSWORD=${{ secrets.PASSWORD }} python main.py
+ run: STD_ID=${{ secrets.STD_ID }} PASSWORD=${{ secrets.PASSWORD }} python3 main.py
0 commit comments