[bitnami/charts] Fix workflow issues with existing cards (#14429)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2023-01-19 13:25:44 +01:00
committed by GitHub
parent 6e6ba12c5a
commit 9dc1a98f62

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/github-script@v6
with:
script: |
const cards = await github.rest.projects.listCards({
const {data: cards} = await github.rest.projects.listCards({
column_id: ${{ env.SOLVED_COLUMN_ID }},
archived_state: 'all',
per_page: 100