1
0
mirror of synced 2026-01-05 21:04:17 -05:00

adds missing @ symbol

This commit is contained in:
jc-clark
2023-01-17 14:49:37 -08:00
parent 706fb9d760
commit 87af19cc53

View File

@@ -192,7 +192,7 @@ git push --follow-tags
## Testing out your action in a workflow
Now you're ready to test your action out in a workflow.
Now you're ready to test your action out in a workflow.
{% ifversion private-actions %}- When an action is in a private repository, you can control who can access it. For more information, see "[Allowing access to components in a private repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-access-to-components-in-a-private-repository)."{% else %}- When an action is in a private repository, the action can only be used in workflows in the same repository.{% endif %}
{% ifversion ghes or ghec or ghae %}{% ifversion internal-actions %}- When an action is in an internal repository, you can control who can access it. For more information, see "[Allowing access to components in an internal repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-access-to-components-in-an-internal-repository)."{% else %}- When an action is in an internal repository, the action can only be used in workflows in the same repository.{% endif %}{% endif %}
@@ -215,7 +215,7 @@ jobs:
steps:
- name: Hello world action step
id: hello
uses: actions/hello-world-docker-action{% ifversion actions-save-state-set-output-envs %}v2{% else %}v1{% endif %}
uses: actions/hello-world-docker-action@{% ifversion actions-save-state-set-output-envs %}v2{% else %}v1{% endif %}
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step