From ae55db6eb35cec9593afcdd8ce26df4cdbc648f6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:12:46 +0000 Subject: [PATCH] fix: remove secrets expression from action input description Agent-Logs-Url: https://github.com/devops-maturity/devops-maturity-action/sessions/2ff4c5d6-1eea-4ced-b4e0-df6bb58914b5 Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cbfe137..dbc28b9 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: github-token: description: > GitHub token used to create the pull request. - Pass ${{ secrets.GITHUB_TOKEN }} or a PAT from your workflow. + Pass secrets.GITHUB_TOKEN or a PAT from your workflow. required: true file: