github-action-push-to-anoth.../entrypoint.sh

8 lines
78 B
Bash
Raw Normal View History

2020-03-29 08:44:47 -06:00
#!/bin/sh -l
echo "Starts"
echo "1: $1"
echo "2: $2"
echo "3: $3"
echo "Ends