From 753f289be5b1fbd761a3330ddb8ee2c8f971f39d Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Mon, 20 Jun 2022 05:12:32 +0530 Subject: Fix for incorrect yml in reddit GH workflow (#303) --- .github/workflows/reddit.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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: 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 - title: [Release] Ferdium ${{ github.event.release.tag_name }} - url: ${{ github.event.release.html_url }} + 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 comment: ${{ github.event.release.body }} - notification: true \ No newline at end of file + notification: true -- cgit v1.2.3-54-g00ecf