Update GitHub Action from set-output to GITHUB_OUTPUT
I have tried everything I can thing of for variations of this and have not been able to find the right syntax. I have a GitHub Actions workflow that currently has this step: steps: – name: Parse Assignee Properties id: assignee_properties uses: actions/github-script@v6 with: script: | const assignees = context.payload.issue.assignees; const assigneeStrings = assignees.map(a =>… Read More Update GitHub Action from set-output to GITHUB_OUTPUT