From 06b4c781958afd2cc7ab29f8e554585556c8db2b Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:59:23 -0500 Subject: [PATCH] fix other actions --- .gitea/workflows/deploy-all.yml | 3 ++- .gitea/workflows/update.yml | 2 +- .gitea/workflows/write-new-template.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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