mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +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:
parent
d6943cf413
commit
58bfca6820
1 changed files with 0 additions and 7 deletions
7
.github/workflows/secrets-os-sample.yml
vendored
7
.github/workflows/secrets-os-sample.yml
vendored
|
@ -1,7 +0,0 @@
|
||||||
name: secrets-os-sample
|
|
||||||
on: workflow_dispatch
|
|
||||||
jobs:
|
|
||||||
main:
|
|
||||||
runs-on: ${{ secrets.os }}
|
|
||||||
steps:
|
|
||||||
- run: echo 'hello world!'
|
|
Loading…
Add table
Reference in a new issue