Commit 27a84d6
fix: Remove redundant context declaration in github action script
This change removes the redundant `const { context } = require('@actions/github');` line from the github action script. The `context` object is globally available in the script's environment, so this declaration was unnecessary and caused a `SyntaxError`.1 parent de14aa8 commit 27a84d6
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments