Skip to content

Commit

Permalink
More trial and error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimacurrentai committed Dec 31, 2023
1 parent 1dad360 commit 5bc33f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivial_step2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: step1 run result conclusion
run: |
echo "From step 1 conclusion: ${{github.event.workflow_run.conclusion}}"
echo "From step 1 conclusion: ${{ github.event.workflow_run.conclusion }}"
- name: step1 run result full
run: |
echo "From step 1: ${{JSON.stringify(github.event.workflow_run, null, 2)}}"
echo "From step 1: ${{ github.event }}"
- name: trivial2
run: |
echo "Step 2: OK"

0 comments on commit 5bc33f7

Please sign in to comment.