aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-20 05:12:32 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-20 00:42:32 +0100
commit753f289be5b1fbd761a3330ddb8ee2c8f971f39d (patch)
tree3f888bd7700e9f636742043d089dda62c8147b72 /.github
parentfix: webview did-attach race condition (#302) (diff)
downloadferdium-app-753f289be5b1fbd761a3330ddb8ee2c8f971f39d.tar.gz
ferdium-app-753f289be5b1fbd761a3330ddb8ee2c8f971f39d.tar.zst
ferdium-app-753f289be5b1fbd761a3330ddb8ee2c8f971f39d.zip
Fix for incorrect yml in reddit GH workflow (#303)
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 00ec0cd9e..6aad73e18 100644
--- a/.github/workflows/reddit.yml
+++ b/.github/workflows/reddit.yml
@@ -17,8 +17,7 @@ jobs:
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 # uncomment this after testing on a dummy subreddit when moving to the main one
19 subreddit: ferdiumtests # Submit to /r/ferdiumtests # Delete this line after testing on dummy repository 19 subreddit: ferdiumtests # Submit to /r/ferdiumtests # Delete this line after testing on dummy repository
20 title: [Release] Ferdium ${{ github.event.release.tag_name }} 20 title: "[Release] Ferdium ${{ github.event.release.tag_name }}"
21 url: ${{ github.event.release.html_url }}
22 # flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 # uncomment this after testing on a dummy subreddit when moving to the main one 21 # flair-id: 7aa4f288-bf0d-11ec-a939-8e36666e1f23 # uncomment this after testing on a dummy subreddit when moving to the main one
23 comment: ${{ github.event.release.body }} 22 comment: ${{ github.event.release.body }}
24 notification: true \ No newline at end of file 23 notification: true