File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 prepare_version :
2727 name : Prepare version
2828 runs-on : ubuntu-latest
29- if : " !(contains(secrets.GH_USER, 'process-engine-ci') || contains(secrets.GH_USER, 'admin'))"
29+ if : " !(contains(${{ secrets.GH_USER }} , 'process-engine-ci') || contains(${{ secrets.GH_USER }} , 'admin'))"
3030 steps :
3131 - uses : actions/checkout@v4
3232
5757
5858 lint :
5959 runs-on : ubuntu-latest
60- if : " !(contains(secrets.GH_USER, 'process-engine-ci') || contains(secrets.GH_USER, 'admin'))"
60+ if : " !(contains(${{ secrets.GH_USER }} , 'process-engine-ci') || contains(${{ secrets.GH_USER }} , 'admin'))"
6161 steps :
6262 - uses : actions/checkout@v4
6363
Original file line number Diff line number Diff line change 1717
1818setuptools .setup (
1919 name = "robotframework-processcube" ,
20- version = setuptools .sic ('6.1.0-alpha.1 ' ),
20+ version = setuptools .sic ('6.1.0-alpha.4 ' ),
2121 description = "Robot Framework Keywords for processcube workflow engine." ,
2222 long_description = long_description ,
2323 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments