Open
Description
TL;DR
Allow adding arguments when running script
.
Detailed design
Example Usage:
uses: 'google-github-actions/ssh-compute@v0'
with:
zone: 'zone'
instance_name: 'name'
ssh_private_key: 'key'
script:' ${{ github.workspace }}/scripts/deploy.sh ARGUMENT_1=VALUE'
Additional information
No response