Skip to content

Commit 32cf267

Browse files
committed
Changed id to node is
Signed-off-by: Samreet <samreet.singh@iteratec.com>
1 parent 17d1ea2 commit 32cf267

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/move-dependabot-pr-to-review.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
move-dependabot-pr-to-review:
1313
env:
14-
PR_ID: ${{ github.event.pull_request.id }}
1514
PR_NUMBER: ${{ github.event.pull_request.number}}
1615
runs-on: ubuntu-22.04
1716
steps:
@@ -114,4 +113,4 @@ jobs:
114113
#}
115114
env:
116115
GH_TOKEN: ${{ secrets.SCB_BOT_USER_TOKEN }}
117-
116+
PR_ID: ${{ github.event.pull_request.node.id }}

0 commit comments

Comments
 (0)