Added a reference to needing Go

This commit is contained in:
Leon Mika 2024-07-13 11:42:38 +10:00
parent 72607f2ee9
commit 7999a86f58
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ Parameters are:
- `app`: the Dokku application name.
- `private-key`: the private SSH key
This action requires Go 1.22.4 or later.
This action will write the private key to the .ssh instance and will push to the remote repository as the `dokku`
user. Both the source and target branch must be `main`.