From 6e82e197aa4f1966810a281dd821995f061fa169 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Thu, 22 Aug 2024 12:20:02 +0200 Subject: [PATCH] wip --- .github/actions/run-transport-interop-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-transport-interop-test/action.yml b/.github/actions/run-transport-interop-test/action.yml index 60feaa5f7..4afce66ba 100644 --- a/.github/actions/run-transport-interop-test/action.yml +++ b/.github/actions/run-transport-interop-test/action.yml @@ -45,7 +45,7 @@ runs: echo ${{ github.repository }} echo ${{ github.repositoryUrl }} SECRET=${{ github.token }} - echo ${SECRET:0:4}$(printf '%*s' $((${#secret}-4)) | tr ' ' '*') + # echo ${SECRET:0:4}$(printf '%*s' $((${#secret}-4)) | tr ' ' '*') # - name: Restore image from cache # id: deps-cache