Skip to content

Commit

Permalink
Move timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 19, 2024
1 parent 178aa11 commit ce4108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce4108f

Please sign in to comment.