mirror of
https://github.com/actions/runner.git
synced 2025-12-29 12:57:29 +08:00
Fix templating errors
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
"hashFiles(1,255)"
|
||||
],
|
||||
"sequence": {
|
||||
"item-type": "composite-step"
|
||||
"item-type": "steps-item"
|
||||
}
|
||||
},
|
||||
"steps-item": {
|
||||
@@ -138,7 +138,7 @@
|
||||
"type": "string-steps-context",
|
||||
"required": true
|
||||
},
|
||||
"uses": "env": "step-env",
|
||||
"env": "step-env",
|
||||
"working-directory": "string-steps-context",
|
||||
"shell": "string-steps-context"
|
||||
}
|
||||
@@ -221,6 +221,22 @@
|
||||
"loose-key-type": "non-empty-string",
|
||||
"loose-value-type": "string"
|
||||
}
|
||||
},
|
||||
"step-with": {
|
||||
"context": [
|
||||
"github",
|
||||
"strategy",
|
||||
"matrix",
|
||||
"steps",
|
||||
"job",
|
||||
"runner",
|
||||
"env",
|
||||
"hashFiles(1,255)"
|
||||
],
|
||||
"mapping": {
|
||||
"loose-key-type": "non-empty-string",
|
||||
"loose-value-type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user