publish action run testing-34

This commit is contained in:
action-runner
2025-10-24 12:02:02 +00:00
parent 5cd23c6c4b
commit 2e6b4a7a52
2 changed files with 288 additions and 0 deletions

9
action.yaml Normal file
View File

@@ -0,0 +1,9 @@
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