Skip to content

Commit

Permalink
More.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacurrentai committed Dec 31, 2023
1 parent bb0d5f3 commit 594caa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/trivial_step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: step1 run result conclusion
run: |
echo "From step 1 conclusion: ${{ github.event.workflow_run.conclusion }}"
- name: step1 run result foo
- name: step1 event.workflow_run
run: |
echo "Blah: ${{ github.event.workflow_run }}"
echo "Blah: ${{ toJSON(github.event.workflow_run) }}"
- name: step1 event
run: |
echo "Blah: ${{ toJSON(github.event) }}"
- name: trivial2
run: |
Expand Down

0 comments on commit 594caa0

Please sign in to comment.