1
0
mirror of synced 2025-12-23 21:07:12 -05:00

manual changes

This commit is contained in:
Rachael Sewell
2023-06-27 12:59:43 -07:00
parent bdf6102ad1
commit aacccc21c6
8 changed files with 2 additions and 18 deletions

View File

@@ -72,8 +72,6 @@ run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
## `on.workflow_call`
{% data reusables.actions.reusable-workflows-enterprise-beta %}
Use `on.workflow_call` to define the inputs and outputs for a reusable workflow. You can also map the secrets that are available to the called workflow. For more information on reusable workflows, see "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
## `on.workflow_call.inputs`
@@ -1005,8 +1003,6 @@ Additional Docker container resource options. For a list of options, see "[`dock
## `jobs.<job_id>.uses`
{% data reusables.actions.reusable-workflows-enterprise-beta %}
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 %}
{% data reusables.actions.reusable-workflow-calling-syntax %}