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 462076b commit 1d64fec
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 @@ -76,10 +76,10 @@ jobs:
echo "Nothing to commit"
else
echo "Changes detected in compared to the SELF branch."
git fetch origin ${{ github.ref_name }}
git add pdm.lock
pip install pre-commit~=3.6.2
pre-commit run pdm-lock-check
git fetch origin ${{ github.ref_name }}
git commit -m "Update pdm.lock for ${{ matrix.directory }}"
git pull origin ${{ github.ref_name }} --no-rebase
git push origin ${{ github.ref_name }}
Expand Down

0 comments on commit 1d64fec

Please sign in to comment.