-
Notifications
You must be signed in to change notification settings - Fork 188
Closed as duplicate of#133
Description
YAML anchors have finally dropped
actions/runner#1182 (comment)
I tried using them for some path triggers such as:
on:
push:
paths: &paths
- "./path/to/file"
- "./path/to/another/file"
pull_request:
paths: *paths
but actionlint yells about usage of the anchors:
"paths" section must be sequence node but got alias node with "" tag
Metadata
Metadata
Assignees
Labels
No labels