mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
Common setup-python in github action (#15901)
This commit is contained in:
4
.github/actions/awx_devel_image/action.yml
vendored
4
.github/actions/awx_devel_image/action.yml
vendored
@@ -11,9 +11,7 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Get python version from Makefile
|
||||
shell: bash
|
||||
run: echo py_version=`make PYTHON_VERSION` >> $GITHUB_ENV
|
||||
- uses: ./.github/actions/setup-python
|
||||
|
||||
- name: Set lower case owner name
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user