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 1d64fec commit 5d726e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
else
echo "Changes detected in compared to the SELF branch."
git fetch origin ${{ github.ref_name }}
git pull origin ${{ github.ref_name }} --no-rebase
git add pdm.lock
pip install pre-commit~=3.6.2
pre-commit run pdm-lock-check
git commit -m "Update pdm.lock for ${{ matrix.directory }}"
git pull origin ${{ github.ref_name }} --no-rebase
git push origin ${{ github.ref_name }}
fi

0 comments on commit 5d726e7

Please sign in to comment.