From 4273f4a08073c645d3f379888fde3e0bd2e8edb3 Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 13:41:57 +0100 Subject: [PATCH] workflow --- .forgejo/workflows/update.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index b46b5c2..ee9ca33 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -4,9 +4,9 @@ jobs: runs-on: self-hosted steps: - name: install checkout - - uses: https://github.com/actions/checkout@v4 - with: - fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. + uses: https://github.com/actions/checkout@v4 + with: + fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - name: Get changed files id: changed-files uses: https://github.com/tj-actions/changed-files@v42