From 08896cffb7745d3d4a87ed461601ff49f34f9dda Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Tue, 10 Dec 2024 18:20:25 +0200 Subject: [PATCH] Forgot about last line --- .github/workflows/recurrent-regenerate-smce-creds-issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml b/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml index 1bc5a0d3a..e2f4aa9a2 100644 --- a/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml +++ b/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml @@ -23,7 +23,7 @@ jobs: run: | gh issue create \ --label "recurrent" \ - --title "[$DEADLINE] Regenerate SMCE credentials" + --title "[$DEADLINE] Regenerate SMCE credentials" \ --body "$BODY" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}