We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d1ea2 commit 32cf267Copy full SHA for 32cf267
1 file changed
.github/workflows/move-dependabot-pr-to-review.yaml
@@ -11,7 +11,6 @@ on:
11
jobs:
12
move-dependabot-pr-to-review:
13
env:
14
- PR_ID: ${{ github.event.pull_request.id }}
15
PR_NUMBER: ${{ github.event.pull_request.number}}
16
runs-on: ubuntu-22.04
17
steps:
@@ -114,4 +113,4 @@ jobs:
114
113
#}
115
116
GH_TOKEN: ${{ secrets.SCB_BOT_USER_TOKEN }}
117
-
+ PR_ID: ${{ github.event.pull_request.node.id }}
0 commit comments