aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-21 08:06:07 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-21 08:06:07 +0100
commit805418a4b49c17011a8b1cec3468947c8ea81ef5 (patch)
treebb76822a50ceed0f3de5dcaa18d6ed02e77ee25d /.github/workflows
parent6.0.0-nightly.71 [skip ci] (diff)
downloadferdium-app-805418a4b49c17011a8b1cec3468947c8ea81ef5.tar.gz
ferdium-app-805418a4b49c17011a8b1cec3468947c8ea81ef5.tar.zst
ferdium-app-805418a4b49c17011a8b1cec3468947c8ea81ef5.zip
fix reddit action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/reddit.yml2
1 files changed, 1 insertions, 1 deletions
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:
17 app-secret: ${{ secrets.REDDIT_APP_SECRET }} 17 app-secret: ${{ secrets.REDDIT_APP_SECRET }}
18 subreddit: ferdium # Submit to /r/ferdium 18 subreddit: ferdium # Submit to /r/ferdium
19 title: "[Release] Ferdium ${{ github.event.release.tag_name }}" 19 title: "[Release] Ferdium ${{ github.event.release.tag_name }}"
20 flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 20 flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23"
21 comment: ${{ github.event.release.body }} 21 comment: ${{ github.event.release.body }}
22 notification: true 22 notification: true