Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
standard-user 2024-08-23 21:12:07 +00:00
parent 883f7e8b68
commit 9cce3c636f

View File

@ -10,6 +10,6 @@ steps:
- name: override-author
image: alpine
environment:
# DRONE_COMMIT_AUTHOR: "CustomAuthor"
# commands:
# - echo "Overridden author: $DRONE_COMMIT_AUTHOR"
DRONE_COMMIT_AUTHOR: "CustomAuthor"
commands:
- echo "Overridden author $DRONE_COMMIT_AUTHOR"