Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push pdm lock automation
Browse files Browse the repository at this point in the history
kirtimanmishrazipstack committed Jul 17, 2024
1 parent 0d6f532 commit 1b76979
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pdm-lock-automation.yaml
Original file line number Diff line number Diff line change
@@ -40,14 +40,3 @@ jobs:
uses: ./.github/workflows/reusable-update-pdm-lock.yaml
with:
service:

# push-changes:
# needs: [update-backend-pdm-lock, update-prompt-service-pdm-lock, update-platform-service-pdm-lock, update-root-pdm-lock]
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3

# - name: Push changes
# run: git push
# if: success()
1 change: 1 addition & 0 deletions .github/workflows/reusable-update-pdm-lock.yaml
Original file line number Diff line number Diff line change
@@ -70,3 +70,4 @@ jobs:
else
git commit -m "Update pdm.lock for root directory"
fi
git push

0 comments on commit 1b76979

Please sign in to comment.