aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/reddit.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml
index 6aad73e18..463db79e8 100644
--- a/.github/workflows/reddit.yml
+++ b/.github/workflows/reddit.yml
@@ -15,9 +15,8 @@ jobs:
15 password: ${{ secrets.REDDIT_PASSWORD }} 15 password: ${{ secrets.REDDIT_PASSWORD }}
16 app-id: ${{ secrets.REDDIT_APP_ID }} 16 app-id: ${{ secrets.REDDIT_APP_ID }}
17 app-secret: ${{ secrets.REDDIT_APP_SECRET }} 17 app-secret: ${{ secrets.REDDIT_APP_SECRET }}
18 #subreddit: ferdium # Submit to /r/ferdium # uncomment this after testing on a dummy subreddit when moving to the main one 18 subreddit: ferdium # Submit to /r/ferdium
19 subreddit: ferdiumtests # Submit to /r/ferdiumtests # Delete this line after testing on dummy repository
20 title: "[Release] Ferdium ${{ github.event.release.tag_name }}" 19 title: "[Release] Ferdium ${{ github.event.release.tag_name }}"
21 # flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 # uncomment this after testing on a dummy subreddit when moving to the main one 20 flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23
22 comment: ${{ github.event.release.body }} 21 comment: ${{ github.event.release.body }}
23 notification: true 22 notification: true