This commit is contained in:
Milovann Yanatchkov 2024-02-03 13:43:00 +01:00
parent 4273f4a080
commit 322515396a

View file

@ -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: |