Skip to content

Commit 2ce706d

Browse files
authored
BUG FIxed! this is a dev commit: 1 file changed, 1 insertion(+), 1 deletion(-) (#2)
action.yml | 2 +- message generated by QWD (github.com/nvfp/qwd)
1 parent c31b86f commit 2ce706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
recursing(ABS_PTH)
5959
main()
6060
61-
print(f"─── {ACTION_BIO} finished... random.choice(['Take care!', 'You are awesome, goodbye.'])")
61+
print(f"─── {ACTION_BIO} finished... {random.choice(['Take care!', 'You are awesome, goodbye.'])}")
6262
shell: python
6363
env:
6464
ENV__action_repository: ${{ github.action_repository }}

0 commit comments

Comments
 (0)