Skip to content

Repository files navigation

@actionsflow/trigger-example

This is an Actionsflow example trigger.

Install

npm i @actionsflow/trigger-example

Usage

on:
example:
param1: value1

Options

  • param1, optional, describe your param

You can use General Config for Actionsflow Trigger for more customization.

Outputs

This trigger's outputs will be the following object.

An outputs example:

{
"id": "uniqueId",
"title": "hello world title"
}

You can use the outputs like this:

on:
example:
param1: value1jobs:
print:
name: Printruns-on: ubuntu-lateststeps:
- name: Print Outputsenv:
title: ${{ on.example.outputs.title }}id: ${{ on.example.outputs.id }}run: | echo "title: $title" echo "id: $id"

About

Actionsflow trigger example

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages