Skip to content

Commit

Permalink
log2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 22, 2025
1 parent 6735d5a commit 4682371
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/monkey-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@ jobs:
if: github.event_name == 'push' && steps.check-pretty-all.outcome == 'failure'
run: pnpm prettier --write .

- name: Log2
run: /
echo steps.fix-pretty.conclusion ${{ steps.fix-pretty.conclusion }}
echo steps.fix-pretty-all.conclusion ${{ steps.fix-pretty-all.conclusion }}
echo steps.fix-pretty.outcome ${{ steps.fix-pretty.outcome }}
echo steps.fix-pretty-all.outcome ${{ steps.fix-pretty-all.outcome }}

- name: Commmit fixes
if: steps.fix-pretty.outputs.result == 'success' || steps.fix-pretty-all.outputs.result == 'success'
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 4682371

Please sign in to comment.