Skip to content

Commit

Permalink
And more.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacurrentai committed Dec 31, 2023
1 parent bfbdfe0 commit bb0d5f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/trivial_step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- name: step1 run result foo
run: |
echo "Blah: ${{ github.event.workflow_run }}"
echo "Blah: ${{ github.event.workflow_run.output.foo }}"
echo "Blah: ${{ github.event.workflow_run.outputs.foo }}"
echo "Blah: ${{ github.event.workflow_run.result.foo }}"
echo "Blah: ${{ github.event.workflow_run.results.foo }}"
echo "Blah: ${{ toJSON(github.event.workflow_run) }}"
echo "Blah: ${{ toJSON(github.event) }}"
- name: trivial2
run: |
echo "Step 2: OK"

0 comments on commit bb0d5f3

Please sign in to comment.