From 805418a4b49c17011a8b1cec3468947c8ea81ef5 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Tue, 21 Jun 2022 08:06:07 +0100 Subject: fix reddit action --- .github/workflows/reddit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/reddit.yml') diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml index 463db79e8..d3eaf6295 100644 --- a/.github/workflows/reddit.yml +++ b/.github/workflows/reddit.yml @@ -17,6 +17,6 @@ jobs: app-secret: ${{ secrets.REDDIT_APP_SECRET }} subreddit: ferdium # Submit to /r/ferdium title: "[Release] Ferdium ${{ github.event.release.tag_name }}" - flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 + flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23" comment: ${{ github.event.release.body }} notification: true -- cgit v1.2.3-54-g00ecf