remotemobprogramming / mob

Tool for smooth git handover.
https://mob.sh
MIT License
1.66k stars 149 forks source link

fix: deprecated set-output in GitHub Action workflows #384

Closed tobiasehlert closed 1 year ago

tobiasehlert commented 1 year ago

Due to deprecation of save-state and set-output commands in GitHub Action workflows, this PR should prevent workflows to fail after the 31st May 2023.

Link to GitHub blogg: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

fix #379