Load .secrets file as default (#488)

* Load .secrets file as default

* Update README
This commit is contained in:
Cat™
2021-01-19 14:31:46 +00:00
committed by GitHub
parent 6130460c40
commit b424a785e3
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ act -v
-q, --quiet disable logging of output from steps
-r, --reuse reuse action containers to maintain state
-s, --secret stringArray secret to make available to actions with optional value (e.g. -s mysecret=foo or -s mysecret)
--secret-file string file with list of secrets to read from (e.g. --secret-file .secrets)
--secret-file string file with list of secrets to read from (e.g. --secret-file .secrets) (default ".secrets")
-v, --verbose verbose output
--version version for act
-w, --watch watch the contents of the local repo and run when files change