Skip to content

Commit

Permalink
check env
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha committed Sep 17, 2024
1 parent 4f91e54 commit a3bc803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: (echo "CURRENT_YEAR=$(date +'%Y.0')" >> $GITHUB_ENV)
- name: cat requirements.txt
run: (cat /cre/requirements.txt.orig)
- name: show env
run: (env)
- name: cp requirements.txt
if: ${{ env.CRE_VERSION == env.CURRENT_YEAR }}
run: (cp /cre/requirements.txt.orig cre/versions/requirements_2024.txt)
Expand Down

0 comments on commit a3bc803

Please sign in to comment.