-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
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
barend
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request