We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31b86f commit 2ce706dCopy full SHA for 2ce706d
action.yml
@@ -58,7 +58,7 @@ runs:
58
recursing(ABS_PTH)
59
main()
60
61
- 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.'])}")
62
shell: python
63
env:
64
ENV__action_repository: ${{ github.action_repository }}
0 commit comments