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