Skip to content

Commit

Permalink
Added timestamp to PIP freeze to prevent empty commits on re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Sep 3, 2024
1 parent c9fc485 commit 2e1525d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-ipam-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
working-directory: engine
run: |
echo "# Dependencies for Azure IPAM v${{ steps.updateVersion.outputs.ipamVersion }}" > requirements.lock.txt
echo "# Generated on $(date)" >> requirements.lock.txt
pip freeze >> requirements.lock.txt
- name: Commit Updated Azure IPAM Code
Expand Down

0 comments on commit 2e1525d

Please sign in to comment.