Agregar atributo de identificación a los pasos jQuery

onInit: function (event, currentIndex) {
    $('.actions a[href="#finish"]').attr('id', "example1");
},
Jitu