* Update metadata-syntax-for-github-actions.md
I tried to use another name than Dockerfile, the build fails saying:
`docker: invalid reference format: repository name must be lowercase.`
* Update content/actions/creating-actions/metadata-syntax-for-github-actions.md
Thanks, I struggled to find the correct words and not change the text too much
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
* Clarify access level needed for secrets in web interface
Closes#1087
I considered changing the `permissions-statement-secrets-repository`
reusable to include a reference to the API, but then I noticed that the
other place using it (["Enabling debug logging"][1]) already mentioned
the API, so instead I added a note. Including a mention of "web
interface" lead to (IMO) too much duplication in text, so I rephrased it
to be more like the `permissions-statement-secrets-api` reusable.
[1]: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/enabling-debug-logging
* Update data/reusables/github-actions/permissions-statement-secrets-repository.md
I'm going to go ahead and change this back.
Co-authored-by: hubwriter <hubwriter@github.com>
* Update viewing-people-in-your-enterprise.md
##Clean-up of spacing and grammar in the 'Viewing members and outside collaborators' section.
# For GitHub.com version it previously rendered as below. Note the incorrect spacing before ",role , andorganization" in the second sentence.
You can view the number of pending members and outside collaborators. You can filter the list of members by deployment (GitHub Enterprise Cloud or GitHub Enterprise Server),role , andorganization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name.
# For GitHub.com Server versions it rendered as below. Note the lack of separation between "role organization" in the second sentence.
You can view the number of pending members and outside collaborators. You can filter the list of members by role organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name.