kind: pipeline name: example steps: - name: print-original-author image: alpine commands: - echo "Original author $DRONE_COMMIT_AUTHOR"