mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-09 22:08:38 -06:00
Disable unnecessary notice of key length
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -153,8 +153,6 @@ jobs:
|
||||
ARCHIVE_PATH: ${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::notice:: length = $(echo -n $MINISIGN_KEY | wc -c)"
|
||||
echo "::notice:: length = $(echo -n "$MINISIGN_KEY" | wc -c)"
|
||||
echo "$MINISIGN_KEY" > minisign.key
|
||||
|
||||
ts=$(node -e 'console.log((new Date).toISOString())')
|
||||
|
||||
Reference in New Issue
Block a user