From 552fdbedd18fc87076ce0c9e52c8bb71010d7587 Mon Sep 17 00:00:00 2001 From: Fizban Date: Wed, 3 Jun 2020 10:04:29 +1000 Subject: [PATCH] Add to action --- README.md | 3 ++- action.yml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b35ac6..6ae72c9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Include this in your `.github/workflows/main.yaml`: ```yaml - name: PyInstaller Windows uses: JackMcKew/pyinstaller-action-windows@master - with: src + with: + path: src ``` ## Full Example diff --git a/action.yml b/action.yml index 90cd3db..6684dde 100644 --- a/action.yml +++ b/action.yml @@ -25,4 +25,6 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ inputs.path }} \ No newline at end of file + - ${{ inputs.path }} + - ${{ inputs.pypi_url }} + - ${{ inputs.pypi_index_url }} \ No newline at end of file