kachick / times_kachick

`#times_kachick channel in chat` as a public repository. Personal Note and TODOs
https://github.com/kachick/times_kachick/issues?q=is%3Aissue+is%3Aclosed
6 stars 0 forks source link

2023-07-23 - GitHub Actions の if 文とかで使えるオブジェクトは optional chaining っぽい挙動をしてくれるけど本当にそうなのか?定義が読んでみたい #232

Closed kachick closed 5 months ago

kachick commented 1 year ago

github.event.pull_request.head.repo.full_name みたいなアクセスをしているとき、 github.event_name が push だとしてもエラーを吐いて死んだりしない親切設計なのだけれど本当にそうなのかみたいなのがいつも不安になるので定義箇所知りたい

https://docs.github.com/ja/actions/learn-github-actions/contexts#github-context https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/Optional_chaining