Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
automatizace:github [2026/06/30 15:15]
tomas [Proměnné]
automatizace:github [2026/06/30 15:21] (current)
tomas [Proměnné]
Line 36: Line 36:
  
 ==== Proměnné ==== ==== Proměnné ====
 +%%${{ CONTEXT.OBJEKT }}%% ... Seznam contextů a objektů: [[https://docs.github.com/en/actions/reference/workflows-and-actions/contexts]]\\
 %%${{ github.repository }}%%\\ %%${{ github.repository }}%%\\
 %%${{ env.MY_VARIABLE }}%% ... jsou tam i výchozí proměnné [[https://docs.github.com/en/actions/reference/workflows-and-actions/variables]]\\ %%${{ env.MY_VARIABLE }}%% ... jsou tam i výchozí proměnné [[https://docs.github.com/en/actions/reference/workflows-and-actions/variables]]\\