fix bad substitution in yml env declaration (#538)
This commit is contained in:
parent
a43a98e8ad
commit
a8960129c8
3
.github/workflows/ci_test_cleanup.yml
vendored
3
.github/workflows/ci_test_cleanup.yml
vendored
@ -48,7 +48,8 @@ jobs:
|
||||
# The additional 10 minutes is just to be good citizens.
|
||||
- name: Set purge boundary
|
||||
run: |
|
||||
echo "HALF_HOUR_AGO=${date -u -v-30M --iso-8601=seconds}" >> $GITHUB_ENV
|
||||
echo "HALF_HOUR_AGO=$(date -u -v-30M --iso-8601=seconds)" >> $GITHUB_ENV
|
||||
echo "set half hour ago to: ${{ env.HALF_HOUR_AGO }}"
|
||||
|
||||
# run the folder purge
|
||||
- name: Purge folders
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user