mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/charts] Fix workflow issues with existing cards (#14429)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
2
.github/workflows/delete-solved-cards.yml
vendored
2
.github/workflows/delete-solved-cards.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user