Skip to content

Commit

Permalink
pushing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 18, 2024
1 parent 182da4f commit bb44aba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
echo "current root dir: "; pwd
echo "files in root dir: "; ls -al
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
if [ ! -d ".venv" ]; then
echo "Creating virtual environment inside root"
pdm venv create -w virtualenv --with-pip
Expand All @@ -100,4 +97,4 @@ jobs:
else
git commit -m "Update pdm.lock for root directory"
fi
# git push
git push

0 comments on commit bb44aba

Please sign in to comment.