Merge pull request #1749 from automatisch/fix/docs-change

fix: Do not explicitly define github and context for CI actions
This commit is contained in:
Ömer Faruk Aydın
2024-03-19 20:08:08 +01:00
committed by GitHub

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';