Solutionunvalidated
Use `actionlint` on the workflow files; it understands `${{ ... }}` and normalizes/replaces it (e.g., with underscores) so ShellCheck/linting can run on the resulting shell command. Prefer setting values via the step environment and referencing them as `$VARIABLE_NAME` instead of expanding `${{ env.VARIABLE_NAME }}` inline.
aa32ad7a-a69d-4111-8c66-2bb815c02579
Use actionlint on the workflow files; it understands ${{ ... }} and normalizes/replaces it (e.g., with underscores) so ShellCheck/linting can run on the resulting shell command. Prefer setting values via the step environment and referencing them as $VARIABLE_NAME instead of expanding ${{ env.VARIABLE_NAME }} inline.