1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Remove {% ifversion fpt or ghec or ghes or ghae > 3.4 %} versioning

This commit is contained in:
Laura Coursen
2023-06-28 10:28:52 +01:00
parent aacccc21c6
commit 56631406b1
46 changed files with 21 additions and 200 deletions

View File

@@ -14,7 +14,7 @@ versions:
ghae: '*'
ghec: '*'
---
{% data reusables.actions.enterprise-github-hosted-runners %}
## About YAML syntax for workflows
@@ -1003,7 +1003,7 @@ Additional Docker container resource options. For a list of options, see "[`dock
## `jobs.<job_id>.uses`
The location and version of a reusable workflow file to run as a job. {% ifversion fpt or ghec or ghes or ghae > 3.4 %}Use one of the following syntaxes:{% endif %}
The location and version of a reusable workflow file to run as a job. Use one of the following syntaxes:
{% data reusables.actions.reusable-workflow-calling-syntax %}