Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps/github.ts>coreActions.notice

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function coreActions.notice
import { coreActions } from "https://deno.land/x/actionify@0.3.0/config/deps/github.ts";
const { notice } = coreActions;

Adds a notice issue

Parameters

message: string | Error

notice issue message. Errors will be converted to string via toString()

optional
properties: AnnotationProperties

optional properties to add to the annotation.