From 9a93004e0a05d9f9e45dd9ffd8fc172e96c04a3f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 13 May 2025 12:08:50 -0600 Subject: [PATCH] Fix mistake where the main README.md is overridden. (#243) --- .github/{ => workflows}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/README.md (96%) diff --git a/.github/README.md b/.github/workflows/README.md similarity index 96% rename from .github/README.md rename to .github/workflows/README.md index b9b4490..bca5a3c 100644 --- a/.github/README.md +++ b/.github/workflows/README.md @@ -18,7 +18,7 @@ podman run \ \ /bin/bash ``` -`` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest` +`` is one of `quay.io/ansible-product-demos/apd-ee-25:latest`, `quay.io/ansible-product-demos/apd-ee-24:latest` It is not exact because GitHub seems to run closer to a sidecar container paradigm, and uses docker instead of podman, but hopefully it's close enough. For the 24 EE, the python interpreriter verions is set for our pre-commit script like so: `USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh`