From ce4108f511d550aaff7b977858d60f8be01efa6f Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Fri, 19 Apr 2024 09:55:24 -0600 Subject: [PATCH] Move timestamp --- .github/workflows/archive_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/archive_dependencies.yml b/.github/workflows/archive_dependencies.yml index b3a0834a401..e0dd3643a55 100644 --- a/.github/workflows/archive_dependencies.yml +++ b/.github/workflows/archive_dependencies.yml @@ -95,6 +95,7 @@ jobs: - name: Configure job parameters run: | JOB="${{matrix.TARGET}}/${{matrix.python}}${{matrix.other}}" + echo "TIMESTAMP=$(date +%F)" >> $GITHUB_ENV echo "GHA_JOBNAME=$JOB" | sed 's|/|_|g' >> $GITHUB_ENV if test -z "${{matrix.other}}"; then echo "GHA_JOBGROUP=${{matrix.TARGET}}" >> $GITHUB_ENV @@ -110,7 +111,6 @@ jobs: PYTHON_PACKAGES="${{matrix.PACKAGES}}" echo "PYTHON_PACKAGES=$PYTHON_PACKAGES" \ | tr '\n' ' ' | sed 's/ \+/ /g' >> $GITHUB_ENV - echo "TIMESTAMP=$(date +%F)" >> $GITHUB_ENV #- name: Pip package cache # uses: actions/cache@v4