From 8a492c5cf4ea90396cda03ee70fae6a42fc08281 Mon Sep 17 00:00:00 2001 From: Andrei Kozhevnikov Date: Sat, 31 Aug 2024 13:01:53 +0700 Subject: [PATCH] test ci --- .github/workflows/make_patch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/make_patch.yml b/.github/workflows/make_patch.yml index f08a6a2a..adb634e2 100644 --- a/.github/workflows/make_patch.yml +++ b/.github/workflows/make_patch.yml @@ -26,6 +26,11 @@ jobs: name: ${{ github.head_ref }} path: .github/patch_data + - name: View context attributes + uses: actions/github-script@v7 + with: + script: console.log(context) + - uses: actions/github-script@v6 with: script: |