5 lines
108 B
Bash
5 lines
108 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Entrypoint that handles both GitHub/Gitea actions things and direct commands execution.
|
||
|
"$@"
|