mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 17:27:42 +00:00
4 lines
30 B
Bash
Executable File
4 lines
30 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "hello $1"
|