# First we delete the ORDERS stream and consumer if they already exist
# Now we create the Stream and Consumers using the same configuration files the
# nats CLI utility would use as shown above
- name: orders_new_consumer
# We publish a message to a specific Subject, perhaps some consumer is
# waiting there for it to kick off tests
- name: orders_new_consumer
subject: ORDERS.deployment
message: Published new deployment via "${{ github.event_name }}" in "${{ github.repository }}"