Skip to content

Commit

Permalink
Reset branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Feb 19, 2022
1 parent acd3f27 commit bd8ee22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:

# Need to manually change branch when making changes
- name: No checkout test. Fail at Git Check
uses: Cyb3r-Jak3/html5validator-action@allow_git_check_skipping
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: tests/valid/
continue-on-error: true

# Need to manually change branch when making changes
- name: No checkout test. Passes at Git Check
uses: Cyb3r-Jak3/html5validator-action@allow_git_check_skipping
uses: Cyb3r-Jak3/html5validator-action@master
with:
root: tests/valid/
skip_git_check: true
Expand Down

0 comments on commit bd8ee22

Please sign in to comment.