lcironfocus

Results 2 issues of lcironfocus

Getting this error when getting the return from `executor.map()`: `ValueError: was created in a different Context`

### TL;DR Allow adding arguments when running `script`. ### Detailed design Example Usage: ```- name: Build app uses: 'google-github-actions/ssh-compute@v0' with: zone: 'zone' instance_name: 'name' ssh_private_key: 'key' script:' ${{ github.workspace }}/scripts/deploy.sh...

enhancement