Skip to content

Commit e496fa7

Browse files
committed
fix(updater): Remove token syntax echo from validation error message
1 parent bd87297 commit e496fa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

updater/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ runs:
157157
Write-Output " 2. Token has not expired"
158158
Write-Output " 3. Token has an expiration date set"
159159
Write-Output " 4. Token has 'repo' and 'workflow' scopes"
160-
Write-Output " 5. Token syntax is correct: "'${{ secrets.TOKEN_NAME }}'"
161160
exit 1
162161
}
163162

0 commit comments

Comments
 (0)