Skip to content

Commit

Permalink
Merge pull request #483 from ncihtan/main
Browse files Browse the repository at this point in the history
merging to main
  • Loading branch information
aditigopalan authored Jan 15, 2025
2 parents 54f4f3c + ec309f4 commit ef83b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-lint-validate-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
uses: actions/checkout@v2

- name: Fetch latest changes
run: git pull --rebase origin main
run: |
git fetch origin main
git merge origin/main
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit ef83b33

Please sign in to comment.