From d57b3fd4ed0d1f03a119f67dd32c05352e357b8a Mon Sep 17 00:00:00 2001 From: sh2 Date: Sun, 7 Jan 2024 23:07:47 +0800 Subject: [PATCH] chore: address github action lint comments (#2414) address github ci comments Signed-off-by: Shawnh2 --- .github/workflows/command.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/command.yaml b/.github/workflows/command.yaml index 985db2b8c2f..283756a277b 100644 --- a/.github/workflows/command.yaml +++ b/.github/workflows/command.yaml @@ -22,6 +22,6 @@ jobs: pull-requests: write actions: write steps: - - uses: envoyproxy/toolshed/gh-actions/retest@effeefe9b275dc8056f77c0e7b1010c252167d3e # actions-v0.0.2 + - uses: envoyproxy/toolshed/gh-actions/retest@effeefe9b275dc8056f77c0e7b1010c252167d3e # actions-v0.0.2 with: token: ${{ secrets.GITHUB_TOKEN }}