We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda95c2 commit 70aad9bCopy full SHA for 70aad9b
updater/action.yml
@@ -127,7 +127,7 @@ runs:
127
echo " 1. Token has not expired"
128
echo " 2. Token has an expiration date set"
129
echo " 3. Token has 'repo' and 'workflow' scopes"
130
- echo " 4. Token syntax is correct: \${{ secrets.TOKEN_NAME }}"
+ echo " 4. Token syntax is correct: "'${{ secrets.TOKEN_NAME }}'"
131
exit 1
132
fi
133
echo "✓ GitHub token is valid and has access to this repository"
0 commit comments