Update README.MD

This commit is contained in:
Максим Шеин
2025-04-21 10:49:38 +05:00
parent 989f784050
commit a387a7f7eb

View File

@@ -1,5 +1,4 @@
Examples:
```
on: [push]
@@ -26,7 +25,7 @@ jobs:
echo Git short tag "$BUILD_GIT_SHA_SHORT"
env:
BUILD_TYPE: ${{ steps.foo.outputs.git_build_type }}
BUILD_BRANCH_NAME : ${{ steps.foo.outputs.git_branch_name }}
BUILD_BRANCH_NAME: ${{ steps.foo.outputs.git_branch_name }}
BUILD_TAG_DESC: ${{ steps.foo.outputs.git_tag_desc }}
BUILD_TAG_DESC: ${{ steps.foo.outputs.git_sha_short }}
BUILD_TAG_SHORT: ${{ steps.foo.outputs.git_sha_short }}
```