mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 19:16:57 +08:00
32 lines
472 B
ReStructuredText
32 lines
472 B
ReStructuredText
.. _ACTION:
|
|
.. index::
|
|
single: GitHub Action
|
|
|
|
Overview
|
|
########
|
|
|
|
The following 2 actions are provided by **Actions**:
|
|
|
|
.. include:: Actions.rst
|
|
|
|
|
|
.. _ACTION/Instantiation:
|
|
.. index::
|
|
single: GitHub Action; Instantiation
|
|
|
|
Instantiation
|
|
*************
|
|
|
|
.. code-block:: yaml
|
|
|
|
jobs:
|
|
<JobName>:
|
|
steps:
|
|
- ...
|
|
|
|
- name: <Name>
|
|
uses: ./with-post-step
|
|
with:
|
|
<Param1>: <Value1>
|
|
<Param2>: <Value2>
|