on:issues:types:[opened]jobs:do_iot_thing:runs-on:ubuntu-latestname:A job to turn on a light when someone opens an issuesteps:-name:Send activation to ESP8266 deviceuses:'mxarc/issuetron-3000@1.1'id:activationwith:time:'15'# how much time we will keep our light onblink:true# enable blinking, otherwise just turn on the lampio_user:'${{secrets.IO_USER}}'io_key:'${{secrets.IO_KEY}}'io_feed:'issuetron'send_context:true# Use the output from the `hello` step-name:Check if we succeeded to turn on the lightrun:echo "The result of the action is ${{ steps.activation.outputs.success }}"