Skip to content

Commit 2e1525d

Browse files
committed
Added timestamp to PIP freeze to prevent empty commits on re-run
1 parent c9fc485 commit 2e1525d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-ipam-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
working-directory: engine
100100
run: |
101101
echo "# Dependencies for Azure IPAM v${{ steps.updateVersion.outputs.ipamVersion }}" > requirements.lock.txt
102+
echo "# Generated on $(date)" >> requirements.lock.txt
102103
pip freeze >> requirements.lock.txt
103104
104105
- name: Commit Updated Azure IPAM Code

0 commit comments

Comments
 (0)