From c052536094c084fa2dc4b8b0cd30b52e446b1a95 Mon Sep 17 00:00:00 2001 From: Keepers Date: Fri, 12 Aug 2022 12:17:17 -0600 Subject: [PATCH] proper env value retrieval in test cleanup yml (#535) --- .github/workflows/ci_test_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index ce9d69a79..b9408a2b5 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -57,4 +57,4 @@ jobs: go run ./cmd/purge/purge.go \ --user ${{ secrets.CORSO_M356_TEST_USER_ID }} \ --prefix "Corso_Restore_" \ - --before ${{ HALF_HOUR_AGO }} + --before ${{ env.HALF_HOUR_AGO }}