workflow
This commit is contained in:
parent
4273f4a080
commit
322515396a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,14 +3,14 @@ jobs:
|
||||||
automate-ifc:
|
automate-ifc:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: install checkout
|
- name: Install checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: https://github.com/tj-actions/changed-files@v42
|
uses: https://github.com/tj-actions/changed-files@v42
|
||||||
- name: List all changed files
|
- name: Do computations
|
||||||
env:
|
env:
|
||||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue