Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
automatizace:github [2025/06/09 15:24]
tomas [Struktura]
automatizace:github [2025/06/09 15:29] (current)
tomas [Kroky, steps]
Line 91: Line 91:
 ==== Kroky, steps ==== ==== Kroky, steps ====
 == run == == run ==
-spustí příkaz\\+spustí příkaz, nebo příkazy\\ 
 +shell: bash ... volba shellu, kde se to supustí\\ 
 +%%echo "### Test Summary" >> $GITHUB_STEP_SUMMARY%% ... výstup do Job summary\\ 
 +%%echo "image_tag=${{ github.run_id}}" >> $GITHUB_ENV%% ... výstup do GitHub proměnné pro další joby, nebo stepy\\ 
 +%%echo ${{ env.image_tag }}%% ... pozdější použití proměnné\\
  
 == github == == github ==