Skip to content

Commit

Permalink
ci: add context dump
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Sep 7, 2020
1 parent 5c84e7f commit 459b560
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/suggest-related-links-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 459b560

Please sign in to comment.