mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 10:52:16 -04:00
I discovered while investigating a separate caching issue that the read command was not assigning ref correctly. This is inconsequential since we do not use that value, but it led me to look up the documentation for the GitHub CLI extension used here, gh-actions-cache. The GitHub CLI extension gh-actions-cache is deprecated as of October 2024. The recommendation is to use the offical gh cache command. That command produces slightly different output, so adjust the read command accordingly.