Skip to content

Commit

Permalink
test input
Browse files Browse the repository at this point in the history
  • Loading branch information
Long0x0 committed May 6, 2021
1 parent dc2bf90 commit 9776062
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ inputs:
token:
description: token.
required: false
default: ''
default: ""

runs:
using: "composite"
steps:
- run: |
ls
- name: Test python
env:
ACCOUNT: ${{ inputs.account }}
PASSWORD: ${{ inputs.password }}
INPUT_TOKEN: ${{ inputs.token }}
run: |
pip install -r ${{ github.action_path }}/src/requirements.txt
python ${{ github.action_path }}/src/test.py
shell: bash
shell: bash

0 comments on commit 9776062

Please sign in to comment.