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

Configure Feed

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

The workflow is not valid. .github/workflows/secrets-os-sample.yml (Line: 5, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.os

Kohei Watanabe (Oct 8, 2020, 10:42 AM +0900) 58bfca68 d6943cf4

-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!'