Skip to content

Commit

Permalink
fixing fatal: couldn't find remote ref 484/merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 29, 2024
1 parent 5d726e7 commit 72029ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
else
echo "Changes detected in compared to the SELF branch."
git fetch origin ${{ github.ref_name }}
git checkout ${{ github.ref_name }}
git pull origin ${{ github.ref_name }} --no-rebase
git add pdm.lock
pip install pre-commit~=3.6.2
Expand Down

0 comments on commit 72029ff

Please sign in to comment.