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

This commit is contained in:
standard-user 2024-08-23 21:11:39 +00:00
parent 9c43263328
commit 883f7e8b68

View File

@ -5,7 +5,7 @@ steps:
- name: print-original-author - name: print-original-author
image: alpine image: alpine
commands: commands:
- echo "Original author: $DRONE_COMMIT_AUTHOR" - echo "Original author $DRONE_COMMIT_AUTHOR"
- name: override-author - name: override-author
image: alpine image: alpine