Update action.yml
diff --git a/action.yml b/action.yml
index 3843edb..5e84a87 100644
--- a/action.yml
+++ b/action.yml
@@ -6,7 +6,7 @@
   color: green
 inputs:
   github_token:
-    description: 'Token for the repo. Can be passed in using \${{ secrets.GITHUB_TOKEN }}'
+    description: 'Token for the repo. Can be passed in using $\{{ secrets.GITHUB_TOKEN }}'
     required: true
   repository:
     description: 'Repository name to push. Default or empty value represents current github repository (${GITHUB_REPOSITORY})'