Skip to content

Commit

Permalink
added git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 19, 2024
1 parent 53f303e commit e7d0a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Run yamllint
run: |
git fetch
git checkout ${{github.head_ref}}
find . -type f \( - name "*.yaml" \) > yaml_files.txt
if [ -s yaml_files.txt ]; then
Expand Down

0 comments on commit e7d0a6b

Please sign in to comment.