From 167d85aa311c7ea5f83e163407176ee07c9f155e Mon Sep 17 00:00:00 2001 From: Stefen Allen Date: Thu, 22 Jun 2023 09:02:54 -0600 Subject: [PATCH] removing time --- .github/workflows/regsync-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regsync-config.yaml b/.github/workflows/regsync-config.yaml index 46b0e5aa28..b0553cddf6 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -34,7 +34,7 @@ jobs: - name: Sync Charts run: | - time ./regsync --help + ./regsync --help env: REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }} REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}