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

Configure Feed

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

create secrets-os-sample action

Kohei Watanabe (Oct 8, 2020, 10:39 AM +0900) d6943cf4 40f2bcc5

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