[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:13:20 +01:00
committed by GitHub
parent 8dc48fd0fa
commit 6e6ba12c5a

View File

@@ -23,7 +23,7 @@ jobs:
script: |
const cards = await github.rest.projects.listCards({
column_id: ${{ env.SOLVED_COLUMN_ID }},
archived_state: all,
archived_state: 'all',
per_page: 100
});
// Remove cards without updates in last week.