Skip to content

Commit

Permalink
clear tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelocarlos committed Jan 31, 2024
1 parent 3cc0643 commit 7743155
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Add check run
uses: marcelocarlos/check-run-action@fix-typo
uses: marcelocarlos/check-run-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: My Check Results
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v3

- name: Add check run with annotations
uses: marcelocarlos/check-run-action@fix-typo
uses: marcelocarlos/check-run-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: My Check Results with annotations
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- name: Queue check run multi-step
id: queued
uses: marcelocarlos/check-run-action@fix-typo
uses: marcelocarlos/check-run-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: My Check Results multi-step
Expand All @@ -88,7 +88,7 @@ jobs:
run: sleep 15

- name: In progress check run multi-step
uses: marcelocarlos/check-run-action@fix-typo
uses: marcelocarlos/check-run-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: My Check Results multi-step
Expand All @@ -102,7 +102,7 @@ jobs:
run: sleep 15

- name: In progress check run multi-step
uses: marcelocarlos/check-run-action@fix-typo
uses: marcelocarlos/check-run-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: My Check Results multi-step
Expand Down

0 comments on commit 7743155

Please sign in to comment.