ysk8hori / hello-world-javascript-action

GitHub の Action の練習

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world-javascript-action

GitHub の Action の練習

https://docs.github.com/ja/actions/creating-actions/creating-a-javascript-action


This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b
with:
  who-to-greet: "Mona the Octocat"

メモ

octokit.rest.issues.createComment が 403 になる

workflow から github token に権限を付与する。

permissions:
  issues: write

About

GitHub の Action の練習

License:Apache License 2.0


Languages

Language:JavaScript 77.1%Language:TypeScript 22.9%