Files
configure-runner-environment/action.yaml
2025-10-24 12:02:02 +00:00

10 lines
246 B
YAML

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