Skip to content

Commit c0a1248

Browse files
committed
Remove unnecessary import of GitHub actions library in backport workflow
1 parent 424b624 commit c0a1248

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
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/github-script@v6
2121
with:
2222
script: |
23-
const github = require('@actions/github');
2423
const context = github.context;
2524
const comment = context.payload.comment.body;
2625
const match = comment.match(/\/backport to release\/v(.*)/);

0 commit comments

Comments
 (0)