run-python-script-action icon indicating copy to clipboard operation
run-python-script-action copied to clipboard

Write Python scripts in an Actions workflow file

Results 2 run-python-script-action issues
Sort by recently updated
recently updated
newest added

As of today I can't find anyway to run the script and at the same time pass values via argv[]. It might be key feature to be added to your...

### Description Ability to specify a file to run instead of the pure python script _Example:_ ```yml - uses: actions/setup-python@v4 with: python-version: '3.x' - uses: jannekem/run-python-script-action@v1 with: file: path/to/script.py ```...