Make action compatible with push events (#12)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-30 14:33:55 +02:00
parent d2d078c510
commit f1fcfe77d5
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
13 changed files with 179 additions and 75 deletions

View file

@ -54,7 +54,7 @@ jobs:
outputs:
addedOrModifiedFilesDetected: ${{ steps.changed-files.outputs.allAddedOrModified }}
addedOrModifiedFiles: ${{ steps.changed-files.outputs.allAddedOrModified_files }}
addedOrModifiedCharts: ${{ steps.changed-charts.outputs.changedCharts }}
addedOrModifiedCharts: ${{ steps.changed-charts.outputs.charts }}
chartsToLint: ${{ steps.changed-charts.outputs.chartsToLint }}
chartsToInstall: ${{ steps.changed-charts.outputs.chartsToInstall }}
steps:
@ -73,5 +73,5 @@ jobs:
- added|modified: '**'
- name: Collect changed charts
uses: ./.github/actions/collect-changed-charts
uses: ./.github/actions/collect-charts
id: changed-charts