Added timestamp to PIP freeze to prevent empty commits on re-run

This commit is contained in:
Matthew Garrett 2024-09-03 09:15:39 -07:00
Родитель c9fc485f6e
Коммит 2e1525db62
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/azure-ipam-version.yml поставляемый
Просмотреть файл

@ -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