Skip to content

Commit

Permalink
testing git push
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 19, 2024
1 parent b23a365 commit 86ffb71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install PDM
if: steps.set_output.outputs.changed == 'true'
run: python -m pip install pdm==2.12.3
run: python -m pip install pdm==2.16.1

- name: Update and add pdm.lock
if: steps.set_output.outputs.changed == 'true'
Expand Down Expand Up @@ -88,8 +88,8 @@ jobs:
pip install pre-commit~=3.6.2
git add .pre-commit-config.yaml
pre-commit run
pre-commit run pdm-lock-check
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -m "Update pdm.lock for ${{ matrix.directory }}"
# git push
git push

0 comments on commit 86ffb71

Please sign in to comment.