From bd257a9e45f1b9d8bef6c21dc3036c21530eb90d Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 26 Sep 2021 11:47:25 +0200 Subject: [PATCH] fix action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1553aef..1014932 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: GITHUB_TOKEN: description: > A GitHub token to write comments and write the badge to the wiki - (``${{ github.token }}``) + (``github.token``) required: true COVERAGE_FILE: description: >