Replies: 1 comment
-
|
I needed to update from micro to the medium. This would have saved me about an hour of searching. My settings (Ubuntu) were saved in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running the
actcommand for the first time via the GitHub CLI extension (gh act), users are informed with the message:This message suggests that the configuration file (
~/.actrc) is the primary (or only) place to modify the default settings. However, the underlying code supports multiple locations for the configuration file, as outlined by theconfigLocationsfunction inroot.go:Given the reliance on the
xdg.ConfigFilefunction, the initial message might be a bit misleading for people usinggh act. The existing docs aren't so clear about it also.Maybe introduce a different message for people using different installation methods or update the docs to clarify the location of the config file?
Beta Was this translation helpful? Give feedback.
All reactions