Automatically update the controller version (#57)
Create a new GitHub Actions workflow to submit a pull request for new controller versions.
This commit is contained in:
5
unifi/fields.go
Normal file
5
unifi/fields.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package unifi
|
||||
|
||||
// This will generate the *.generated.go files in this package for the specified
|
||||
// Unifi controller version.
|
||||
//go:generate go run ../fields/ -version-base-dir=../fields/ -latest
|
||||
Reference in New Issue
Block a user