Skip to content

Commit

Permalink
test env
Browse files Browse the repository at this point in the history
  • Loading branch information
Long0x0 committed May 7, 2021
1 parent 3693acd commit ecf5350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ runs:
using: "composite"
steps:
- name: Test python
env:
INPUT_ACCOUNT: ${{ inputs.account }}
INPUT_PASSWORD: ${{ inputs.password }}
INPUT_TOKEN: ${{ inputs.token }}
run: |
pip install -r ${{ github.action_path }}/src/requirements.txt
python ${{ github.action_path }}/src/test.py
Expand Down

0 comments on commit ecf5350

Please sign in to comment.