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

Configure Feed

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

fix: syntax

Kohei Watanabe (Oct 8, 2020, 10:52 AM +0900) 0f9acf9d c59ed687

+2 -3
+2 -3
.github/workflows/github-os-sample.yml
··· 2 2 on: 3 3 workflow_dispatch: 4 4 inputs: 5 - name: 5 + os: 6 6 description: runs-on 7 7 required: true 8 8 default: ubuntu-latest 9 9 jobs: 10 10 main: 11 - runs-on: ubuntu-latest 12 - # runs-on: ${{ github.event.inputs.os }} 11 + runs-on: ${{ github.event.inputs.os }} 13 12 steps: 14 13 - run: "echo '${{ github.event.inputs.os }}: hello world!'"