aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-20 09:26:39 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-20 09:26:39 +0100
commita30cd748cb69b6693121d58be2fae2821dc3b81a (patch)
tree99704e733ae8beafb38bc98a2822f3f314000905 /.github
parent6.0.0-nightly.69 [skip ci] (diff)
downloadferdium-app-a30cd748cb69b6693121d58be2fae2821dc3b81a.tar.gz
ferdium-app-a30cd748cb69b6693121d58be2fae2821dc3b81a.tar.zst
ferdium-app-a30cd748cb69b6693121d58be2fae2821dc3b81a.zip
Change to correct subreddit after sucessful post on test [skip ci] (#306)
Diffstat (limited to '.github')
-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