Closed paulocoutinhox closed 1 year ago
Hi,
Expire seconds equal to Zero is not accepted, since you add if (!expire [...]) { }: https://github.com/hkusu/s3-upload-action/blob/master/src/main.js#L60
if (!expire [...]) { }
Can you fix this?
Thanks.
I fixed it with #19.
Hi,
Expire seconds equal to Zero is not accepted, since you add
if (!expire [...]) { }
: https://github.com/hkusu/s3-upload-action/blob/master/src/main.js#L60Can you fix this?
Thanks.