From 4184c8ff915fde30679e62f6b20ac352ddaccd0e Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Sun, 19 Jun 2022 15:10:58 +0100 Subject: Fix version and add name to step on reddit action --- .github/workflows/reddit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml index 8cb5eb99b..00ec0cd9e 100644 --- a/.github/workflows/reddit.yml +++ b/.github/workflows/reddit.yml @@ -8,7 +8,8 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: bluwy/release-for-reddit-action@v1 + - name: Release for Reddit + uses: bluwy/release-for-reddit-action@v1.2.0 with: username: ${{ secrets.REDDIT_USERNAME }} password: ${{ secrets.REDDIT_PASSWORD }} -- cgit v1.2.3-54-g00ecf