Skip to content

Commit 70aad9b

Browse files
committed
fix: Escape template expression in error message
1 parent cda95c2 commit 70aad9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ runs:
127127
echo " 1. Token has not expired"
128128
echo " 2. Token has an expiration date set"
129129
echo " 3. Token has 'repo' and 'workflow' scopes"
130-
echo " 4. Token syntax is correct: \${{ secrets.TOKEN_NAME }}"
130+
echo " 4. Token syntax is correct: "'${{ secrets.TOKEN_NAME }}'"
131131
exit 1
132132
fi
133133
echo "✓ GitHub token is valid and has access to this repository"

0 commit comments

Comments
 (0)