Results 32 comments of Jung Winter

Hi @constgen. I think you should type cast `steps.version.outputs.length` to integer first. Or using [`actions/github-script@v6`](https://github.com/actions/github-script) might be more appropriate for your use case.

Agree that it is easy to implement. You don't even have to do it like `results[len(results) - 1]`, just `results[-1]`. But I just wonder in what specific use-case this change...

Thanks to let me know. I'll add `last` output for it.

Thank you for letting me know about the issue. It seems that there was an unexpected change in the workspace path mapping after the `sign_app` step. I'm guessing the split...

@supersu-man sorry for late replying. Could you try with `uses: winterjung/[email protected]` and share the debugging log? I renamed account name recently.

`from_bytes` 기능 구현이 필요하다는 내용임

* `from_bytes` 함수를 통해 `kclass`로 변환하려 한다. * `b'20190101'`이 들어왔다. 얘는 `date`일까 `str`일까 `int`일까... * `b''`은 `None`일까 `str`일까...

`AN(10, date)`, `N(5, int)` 이렇게 `expected_type`을 인자로 옵셔널하게 받고 만약 지정되지 않았다면 fallback type으로 `AN`은 `str`, `N`은 `int`이 되게끔 하기로 메인테이너와 합의.

@BrennaEpp Thanks for responding. We'll update the google-cloud-go SDK to the latest version and monitor the outcome. As mentioned earlier, this is the first time we've encountered this issue in...

Hello @BrennaEpp After updating the SDK to **Go 1.25.3** and **[email protected]**, we started seeing intermittent **panic errors** occurring inside the SDK itself. These panics cannot be recovered from within our...