We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cc034c + d7152d1 commit 07de71cCopy full SHA for 07de71c
.github/workflows/update_publishers.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 2
21
- name: Get changed files using defaults
22
id: changed-files
23
- uses: tj-actions/changed-files@v45
+ uses: tj-actions/changed-files@v46
24
- name: Check if inventory_publishers has changed
25
if: contains(steps.changed-files.outputs.modified_files, 'config/data/inventory_publishers.csv')
26
run: |
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments