Skip to content

Commit

Permalink
ci: add run id for follow up task
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Apr 27, 2024
1 parent 3ffd9b5 commit 7c9114f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ jobs:
workflow: Follow Up
token: ${{ secrets.WORKFLOW_DISPATCH }}
repo: ${{ matrix.repo }}
inputs: |
{
"run-id": ${{ github.run_id }}
}

0 comments on commit 7c9114f

Please sign in to comment.