diff --git a/action.yml b/action.yml index aeaa947..a5c2da8 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: recursing(ABS_PTH) main() - print(f"─── {ACTION_BIO} finished... random.choice(['Take care!', 'You are awesome, goodbye.'])") + print(f"─── {ACTION_BIO} finished... {random.choice(['Take care!', 'You are awesome, goodbye.'])}") shell: python env: ENV__action_repository: ${{ github.action_repository }}