Skip to content

Commit 6b0096f

Browse files
committed
Remove unused context variable from backport workflow script
1 parent f11e120 commit 6b0096f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/backport.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/github-script@v6
2222
with:
2323
script: |
24-
const context = github.context;
2524
const comment = context.payload.comment.body;
2625
const match = comment.match(/\/backport to release\/v(.*)/);
2726

0 commit comments

Comments
 (0)