From 459b560319d41a11bfa5ff3662e899b093d04906 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 7 Sep 2020 09:41:15 +0900 Subject: [PATCH] ci: add context dump --- .github/workflows/suggest-related-links-train.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/suggest-related-links-train.yml b/.github/workflows/suggest-related-links-train.yml index 60f8c26..c24a085 100644 --- a/.github/workflows/suggest-related-links-train.yml +++ b/.github/workflows/suggest-related-links-train.yml @@ -9,6 +9,11 @@ jobs: train: runs-on: ubuntu-18.04 steps: - - uses: peaceiris/actions-suggest-related-links/actions/train@v0.4.0 + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" + - name: Train + uses: peaceiris/actions-suggest-related-links/actions/train@v0.4.0 with: repository: 'peaceiris/actions-gh-pages'