Skip to content

Commit 7c9114f

Browse files
committed
ci: add run id for follow up task
1 parent 3ffd9b5 commit 7c9114f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ jobs:
6767
workflow: Follow Up
6868
token: ${{ secrets.WORKFLOW_DISPATCH }}
6969
repo: ${{ matrix.repo }}
70+
inputs: |
71+
{
72+
"run-id": ${{ github.run_id }}
73+
}

0 commit comments

Comments
 (0)