We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae04fb commit f914eeaCopy full SHA for f914eea
lib/entrypoint.sh
@@ -52,6 +52,7 @@ case $INPUT_GAME in
52
"vic2") echo "Game selected as $INPUT_GAME..." ;;
53
"ir") echo "Game selected as $INPUT_GAME..." ;;
54
"stellaris") echo "Game selected as $INPUT_GAME..." ;;
55
+ "ck3") echo "Game selected as $INPUT_GAME..." ;;
56
*) echo "Wrong game, $INPUT_GAME is not valid!" 1>&2 ; exit 1 # terminate and indicate error
57
esac
58
0 commit comments