File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout repo
1818 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ with :
20+ persist-credentials : false
1921
2022 - name : Install cloc
2123 run : |
3335 steps :
3436 - name : Checkout repo
3537 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ with :
39+ persist-credentials : false
3640
3741 - name : Install poetry
3842 run : pipx install poetry
6468 run : |
6569 mkdir package/bin
6670 cp -R src/* package/bin/
67- export APP_VERSION=$(poetry version | awk -F ' ' '{print $2}')
68- poetry run ucc-gen build --ta-version ${APP_VERSION}
71+ APP_VERSION=$(poetry version | awk -F ' ' '{print $2}')
72+ poetry run ucc-gen build --ta-version " ${APP_VERSION}"
6973 # cleanup python files
7074 rm -rf output/bitwarden_event_logs/{bin,lib}/__pycache__
7175 rm -rf output/bitwarden_event_logs/bin/{bitwarden_event_logs_rh_settings.py,import_declare_test.py}
You can’t perform that action at this time.
0 commit comments