OIDC session-duration type bug

Hi, one of my builds took a little longer and it revealed a problem with my AWS OIDC session token. The token expired before the pipeline was able to make the required calls. I’ve decided to update my pipeline configuration with session-duration and here’s what I got back:

Error calling job: 'build-deploy-stack'
Error calling command: 'aws-cli/setup'
Type error for argument session-duration: expected type: string, actual value: "7200" (type integer)

I think the integer type for session-duration is the correct type as it is suggested in on your blog which I can’t link here. The permalink to that article is /blog/openid-connect-identity-tokens. It would be cool to fix the type conversion.

Thanks!