Skip to content

Commit

Permalink
bugfix - fix checks failing if in other repo [part 2]
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Apr 7, 2024
1 parent 998f949 commit 151ffb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/yaml_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
show-progress: false
- name: Check Yaml Files
run: |
Expand Down

0 comments on commit 151ffb4

Please sign in to comment.