From 322515396a9e006b0e5d5e9a2bb35756af5832df Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 13:43:00 +0100 Subject: [PATCH] workflow --- .forgejo/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index ee9ca33..327b6c8 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -3,14 +3,14 @@ jobs: automate-ifc: runs-on: self-hosted steps: - - name: install checkout + - name: Install checkout 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 - - name: List all changed files + - name: Do computations env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: |