mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Print workflow_run data in spectron comment action
This commit is contained in:
parent
319d019768
commit
c3f91fc3bd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/spectron_comment.yml
vendored
4
.github/workflows/spectron_comment.yml
vendored
|
|
@ -9,6 +9,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.event == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Dump Workflow run info from GitHub context
|
||||||
|
env:
|
||||||
|
WORKFLOW_RUN_INFO: ${{ toJSON(github.event.workflow_run) }}
|
||||||
|
run: echo "$WORKFLOW_RUN_INFO"
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: dawidd6/action-download-artifact@v2.11.0
|
uses: dawidd6/action-download-artifact@v2.11.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue