Fix secret print

This commit is contained in:
Alejandro Cabeza Romero 2024-08-22 12:18:11 +02:00
parent e450390ce8
commit 167b5674f8
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ runs:
echo ${{ github.event_name }}
echo ${{ github.repository }}
echo ${{ github.repositoryUrl }}
echo ${github.token:0:4}$(printf '%*s' $((${#secret}-4)) | tr ' ' '*')
SECRET=${{ github.token }}
echo ${SECRET:0:4}$(printf '%*s' $((${#secret}-4)) | tr ' ' '*')
# - name: Restore image from cache
# id: deps-cache