Migrate to Actions #13

Merged
chris merged 39 commits from gitea-actions into release 2024-12-17 18:37:06 -05:00
Showing only changes of commit fce81e3c47 - Show all commits

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 }}