Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 77cb5f2

Browse files
committed
try to access array vals
1 parent e0b3fc4 commit 77cb5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ steps:
149149
with: 03_add-to-projects.md
150150
issue: 3
151151
data:
152-
listProj: "%actions.projectBoard.data[0].id%"
152+
listProj: "%actions.projectBoard.data.0.id%"
153153
listCol: "%actions.listColumns.data%"
154154
columnID: "%actions.listColumns.data[0].id%"
155155
quicklink: "%payload.repository.html_url%/edit/master/.github/workflows/my-workflow.yml%"

0 commit comments

Comments
 (0)