jb-2020

Results 5 comments of jb-2020

> ```yaml > name: Run > on: [push] > jobs: > python-program: > runs-on: ubuntu-latest > steps: > - uses: actions/checkout@v4 > - uses: actions/setup-python@v5 > with: > cache: "pip"...

Thanking for checking it out, since we are in an air-gaped environment we are pulling: `python-${PYTHON_VERSION}-linux-22.04-x64.tar.gz` from a proxy of https://github.com/actions/python-versions/ Then populating the tools cache with: ``` mkdir -p...

`alternatively/additionally, provide better integration into the existing UI, so for example we might populate the existing PipelineRun details page with data from the Results API if the resources are no...

One note, after enabling GHES support, the actions that are sourced from our enterprise server are still linking to `github.com` when clicking `Open action on GitHub` in a workflow. I...