Don't abbreviate repo in docs.

In general let's try not to use abbreviations in public
documentation.
This commit is contained in:
Federico Builes
2022-11-08 17:45:23 +01:00
parent ebe5527e72
commit c38007a979
+6 -7
View File
@@ -71,14 +71,13 @@ or by inlining these options in your workflow file.
### config-file
A string representing the path to a configuraton file. The
configuration file can be local to the repo, or can be a file in an
external repo. If you are referencing a configuration file located in an
external repository, you can use the
`OWNER/REPOSITORY/FILENAME@BRANCH` syntax.
A string representing the path to a configuraton file. It can be a
local file, or a file located in an external repository. You can use
this syntax for external repositories: `OWNER/REPOSITORY/FILENAME@BRANCH`.
If the configuration file is located in an external private
repository, use the [external-repo-token](#external-repo-token) parameter of the action to specify a token that has read access to the repository.
If the configuration file is located in an external private repository,
use the [external-repo-token](#external-repo-token) parameter of the
Action to specify a token that has read access to the repository.
**Possible values**: A string representing an absolute path to a file,
or a file located in another repository: