1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

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

This commit is contained in:
Nebel 2020-10-08 10:42:07 +09:00
parent d6943cf413
commit 58bfca6820

View file

@ -1,7 +0,0 @@
name: secrets-os-sample
on: workflow_dispatch
jobs:
main:
runs-on: ${{ secrets.os }}
steps:
- run: echo 'hello world!'