publish action run testing-34
This commit is contained in:
9
action.yaml
Normal file
9
action.yaml
Normal 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
|
||||
Reference in New Issue
Block a user