test actions 27
Some checks failed
Docker Build Pipeline / Check-Environment (push) Successful in 0s
Docker Build Pipeline / Build-Images (push) Failing after 1s
Docker Build Pipeline / Push-Images (push) Failing after 1s
Docker Build Pipeline / Cleanup-Build-Images (push) Failing after 0s

This commit is contained in:
Chris Hammer 2024-12-12 21:53:48 -05:00
parent 86eb420084
commit fce81e3c47

View File

@ -18,7 +18,7 @@ jobs:
- name: Clone repository - name: Clone repository
run: | run: |
git clone ${{ GITHUB_SERVER_URL }}/${{ GITHUB_REPOSITORY }}.git git clone https://gitea.thezengarden.net/podman/ansible-dev.git
cd ${{ REPOSITORY_NAME }} cd ${{ REPOSITORY_NAME }}
git checkout ${{ env.GITHUB_REF_NAME }} git checkout ${{ env.GITHUB_REF_NAME }}