プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

create github-os-sample action

Kohei Watanabe (Oct 8, 2020, 10:45 AM +0900) 6a991166 58bfca68

+7
+7
.github/workflows/github-os-sample.yml
··· 1 + name: github-os-sample 2 + on: workflow_dispatch 3 + jobs: 4 + main: 5 + runs-on: ${{ github.event.event_type }} 6 + steps: 7 + - run: echo 'hello world!'