MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API

Home Page:https://mrrefactoring.github.io/jira.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update GitHub Actions Pipeline Due to Deprecated `set-output` Command

MrRefactoring opened this issue · comments

While executing a GitHub Action, I received a warning indicating that the set-output command is outdated. This specific pipeline can be found here. To ensure our pipelines remain effective and in line with best practices, we need to update this command in the mentioned pipeline.

Please use the official migration guide provided by GitHub to address and rectify this deprecated command.