Skip to content

Run by @HIKARI39

Run by @HIKARI39 #1

Workflow file for this run

name: Run name
run-name: Run by @${{ github.actor }} #ワークフロー実行名の指定
on: push
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"