We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e36891 commit 8f41196Copy full SHA for 8f41196
.github/workflows/publish-embedded-packages.yaml
@@ -22,7 +22,7 @@ jobs:
22
TAG: ${{ steps.tag.outputs.TAG }}
23
steps:
24
- name: Calculate VERSION
25
- # Safely store dynamic values in environment variables
+ # Safely store dynamic values in environment variables
26
# to prevent shell injection (template-injection)
27
run: |
28
# The logic is executed within the shell using the env variables
0 commit comments