nspcc-dev / gh-push-to-neofs

GitHub action to push things into NeoFS
MIT License
7 stars 2 forks source link

Incorrect behavior with empty LIFETIME variable #7

Closed vvarg229 closed 4 months ago

vvarg229 commented 11 months ago

See: https://github.com/nspcc-dev/gh-push-to-neofs/actions/runs/6548797941/job/17784274766

Current Behavior

push-to-neofs.py: error: argument --lifetime: invalid int value: ''

Expected Behavior

The value 0 should be substituted, which means that the object will be stored indefinitely.

roman-khimov commented 4 months ago

Fixed in #20.