Skip to content

Commit

Permalink
fix(ci): wrong usage of chart
Browse files Browse the repository at this point in the history
chore(ci): set input as required
  • Loading branch information
cwrau committed Sep 24, 2024
1 parent 23ec498 commit 88dcdb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
getChangedChart:
uses: ./.github/workflows/get-changed-chart.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
check-licenses:
name: check licenses
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/get-changed-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
pr_number:
type: number
required: true
outputs:
chart:
description: The name of the changed cart in the last commit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/get-changed-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
inputs:
pr_number:
type: number
required: true
outputs:
charts:
description: The names of the changed charts in the PR
Expand Down

0 comments on commit 88dcdb2

Please sign in to comment.