We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273e5fa commit ce4ae6fCopy full SHA for ce4ae6f
.github/workflows/qa.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: Покрытие кода
43
run: oscript ./tasks/coverage.os true
44
45
+ - name: Compute branch name
46
+ uses: nixel2007/branch-name@v3
47
+
48
- name: Извлечение версии пакета
49
shell: bash
50
run: echo "##[set-output name=version;]`cat packagedef | grep ".Версия(" | sed 's|[^"]*"||' | sed -r 's/".+//'`"
0 commit comments