diff --git a/.gitea/workflows/deploy-all.yml b/.gitea/workflows/deploy-all.yml index 1c8e16d..7382451 100644 --- a/.gitea/workflows/deploy-all.yml +++ b/.gitea/workflows/deploy-all.yml @@ -6,7 +6,7 @@ on: jobs: deploy: name: Prepare - runs-on: runner + runs-on: ansible steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -14,6 +14,7 @@ jobs: fetch-depth: 0 - name: Deploy + shell: sh run: | mkdir -p ~/.ssh echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 832bad0..3011181 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -6,7 +6,7 @@ on: jobs: run-update: name: Run update script - runs-on: runner + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.gitea/workflows/write-new-template.yml b/.gitea/workflows/write-new-template.yml index 614162e..cd3a469 100644 --- a/.gitea/workflows/write-new-template.yml +++ b/.gitea/workflows/write-new-template.yml @@ -6,7 +6,7 @@ on: jobs: create-pr: name: Extract updated template - runs-on: runner + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4