mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
improve comments
This commit is contained in:
@@ -22,9 +22,10 @@ jobs:
|
|||||||
TAG: ${{ steps.tag.outputs.TAG }}
|
TAG: ${{ steps.tag.outputs.TAG }}
|
||||||
steps:
|
steps:
|
||||||
- name: Calculate VERSION
|
- name: Calculate VERSION
|
||||||
# We should only use the hard coded test value for a dry run
|
# Safely store dynamic values in environment variables
|
||||||
|
# to prevent shell injection (template-injection)
|
||||||
run: |
|
run: |
|
||||||
# Die Logik wird nun innerhalb der Shell mit den Variablen ausgeführt
|
# The logic is executed within the shell using the env variables
|
||||||
if [ "$EVENT_NAME" = "release" ]; then
|
if [ "$EVENT_NAME" = "release" ]; then
|
||||||
echo "VERSION=$RELEASE_TAG" >> "$GITHUB_ENV"
|
echo "VERSION=$RELEASE_TAG" >> "$GITHUB_ENV"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user