From a30cd748cb69b6693121d58be2fae2821dc3b81a Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:26:39 +0100 Subject: Change to correct subreddit after sucessful post on test [skip ci] (#306) --- .github/workflows/reddit.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows/reddit.yml') 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: password: ${{ secrets.REDDIT_PASSWORD }} app-id: ${{ secrets.REDDIT_APP_ID }} app-secret: ${{ secrets.REDDIT_APP_SECRET }} - #subreddit: ferdium # Submit to /r/ferdium # uncomment this after testing on a dummy subreddit when moving to the main one - subreddit: ferdiumtests # Submit to /r/ferdiumtests # Delete this line after testing on dummy repository + subreddit: ferdium # Submit to /r/ferdium title: "[Release] Ferdium ${{ github.event.release.tag_name }}" - # flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 # uncomment this after testing on a dummy subreddit when moving to the main one + flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 comment: ${{ github.event.release.body }} notification: true -- cgit v1.2.3-54-g00ecf