fix: Do not explicitly define github and context for CI actions

This commit is contained in:
Faruk AYDIN
2024-03-19 17:49:05 +01:00
parent 9a63b213b0
commit 95eb115965

View File

@@ -13,8 +13,6 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const github = require('@actions/github');
const { context } = github;
const { pull_request } = context.payload;
const label = 'documentation-change';