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

Configure Feed

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

create ubuntu-latest action

Kohei Watanabe (Oct 8, 2020, 11:07 AM +0900) 6069015c 0f9acf9d

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