Skip to content
package

GitHub Action

NR Broker action start action

v2 Latest version

NR Broker action start action

package

NR Broker action start action

Starts an intention action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: NR Broker action start action

uses: bcgov-nr/action-broker-action-start@v2

Learn more about this action in bcgov-nr/action-broker-action-start

Choose a version

Broker Action Start V2

This action starts an action, so progress with an intention can be tracked.

If you encounter an error, ensure that the Broker URL is correct and that the intention was not automatically closed at the end of the time to live (ttl) period.

Broker Documentation

Please refer to the NR Broker Repository for full usage details.

Usage

- uses: bcgov-nr/action-broker-action-start@v2
  with:
    # The token of the action to start
    action_token: ''

    # The broker url.
    # Default: 'https://broker.io.nrs.gov.bc.ca'
    broker_url: ''

License

The scripts and documentation in this project are released under the Apache License