Pin black version in tox.ini to 23.12.1
[osm/N2VC.git] / simple / actions.yaml
1 touch:
2     description: "Touch a file on the VNF."
3     params:
4         filename:
5             description: "The name of the file to touch."
6             type: string
7             default: ""
8     required:
9         - filename