proper env value retrieval in test cleanup yml (#535)
This commit is contained in:
parent
ceec4dfb45
commit
c052536094
2
.github/workflows/ci_test_cleanup.yml
vendored
2
.github/workflows/ci_test_cleanup.yml
vendored
@ -57,4 +57,4 @@ jobs:
|
|||||||
go run ./cmd/purge/purge.go \
|
go run ./cmd/purge/purge.go \
|
||||||
--user ${{ secrets.CORSO_M356_TEST_USER_ID }} \
|
--user ${{ secrets.CORSO_M356_TEST_USER_ID }} \
|
||||||
--prefix "Corso_Restore_" \
|
--prefix "Corso_Restore_" \
|
||||||
--before ${{ HALF_HOUR_AGO }}
|
--before ${{ env.HALF_HOUR_AGO }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user