Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
standard-user 2024-08-23 21:11:07 +00:00
parent 8b5e8a4d52
commit 9c43263328

View File

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