Added some cross references.

This commit is contained in:
Patrick Lehmann
2022-10-31 00:47:31 +01:00
parent 4a9ba5ad6f
commit 7ace9f065b
9 changed files with 84 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
.. _JOBTMPL/Parameters:
Parameters
##########
The `Parameters` job template is a workaround for the limitations of GitHub Actions to handle global variables in
GitHub Actions workflows (see [actions/runner#480](https://github.com/actions/runner/issues/480)).
The ``Parameters`` job template is a workaround for the limitations of GitHub Actions to handle global variables in
GitHub Actions workflows (see `actions/runner#480 <https://github.com/actions/runner/issues/480>`__.
It generates output parameters with artifact names and a job matrix to be used in later running jobs.