aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-19 15:10:58 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-19 15:21:47 +0100
commit4184c8ff915fde30679e62f6b20ac352ddaccd0e (patch)
tree2a3d44134ee4a1cf019fcd567be102f350a7e258 /.github/workflows
parentCreate GH Action for automatic publish of releases (#292) (diff)
downloadferdium-app-4184c8ff915fde30679e62f6b20ac352ddaccd0e.tar.gz
ferdium-app-4184c8ff915fde30679e62f6b20ac352ddaccd0e.tar.zst
ferdium-app-4184c8ff915fde30679e62f6b20ac352ddaccd0e.zip
Fix version and add name to step on reddit action
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/reddit.yml3
1 files changed, 2 insertions, 1 deletions
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:
8 test: 8 test:
9 runs-on: ubuntu-latest 9 runs-on: ubuntu-latest
10 steps: 10 steps:
11 - uses: bluwy/release-for-reddit-action@v1 11 - name: Release for Reddit
12 uses: bluwy/release-for-reddit-action@v1.2.0
12 with: 13 with:
13 username: ${{ secrets.REDDIT_USERNAME }} 14 username: ${{ secrets.REDDIT_USERNAME }}
14 password: ${{ secrets.REDDIT_PASSWORD }} 15 password: ${{ secrets.REDDIT_PASSWORD }}