name: "configure runner environment" description: "Set up common tools and environment variables for workflows" runs: using: composite steps: - name: "publish docker image" run: ${GITHUB_ACTION_PATH}/configure.sh shell: bash