From ecf535048b01bbdfc4f498cac2f5a8185c15dd99 Mon Sep 17 00:00:00 2001 From: Long0x0 <1870779875@qq.com> Date: Sat, 8 May 2021 00:37:23 +0800 Subject: [PATCH] test env --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 6cede24..e5b1540 100644 --- a/action.yml +++ b/action.yml @@ -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