Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Post to Reddit
on:
push:
tags:
- "v*"
jobs:
post-release-on-reddit:
runs-on: ubuntu-latest
steps:
- uses: bluwy/release-for-reddit-action@v2
with:
username: ${{ secrets.REDDIT_USERNAME }}
password: ${{ secrets.REDDIT_PASSWORD }}
app-id: ${{ secrets.REDDIT_APP_ID }}
app-secret: ${{ secrets.REDDIT_APP_SECRET }}
subreddit: immich
title: Immich Kiosk ${{ GITHUB_REF#refs/tags/}} Released

Check failure on line 19 in .github/workflows/post-to-reddit.yaml

View workflow run for this annotation

GitHub Actions / Post to Reddit

Invalid workflow file

The workflow is not valid. .github/workflows/post-to-reddit.yaml (Line: 19, Col: 18): Unexpected symbol: 'GITHUB_REF#refs/tags/'. Located at position 1 within expression: GITHUB_REF#refs/tags/ .github/workflows/post-to-reddit.yaml (Line: 21, Col: 16): Unexpected symbol: 'GITHUB_REF#refs/tags/'. Located at position 1 within expression: GITHUB_REF#refs/tags/

Check failure on line 19 in .github/workflows/post-to-reddit.yaml

View workflow run for this annotation

GitHub Actions / Post to Reddit

Invalid workflow file

The workflow is not valid. .github/workflows/post-to-reddit.yaml (Line: 19, Col: 18): Unexpected symbol: 'GITHUB_REF#refs/tags/'. Located at position 1 within expression: GITHUB_REF#refs/tags/ .github/workflows/post-to-reddit.yaml (Line: 21, Col: 16): Unexpected symbol: 'GITHUB_REF#refs/tags/'. Located at position 1 within expression: GITHUB_REF#refs/tags/
comment: ${{ github.event.release.body }}
url: https://github.com/damongolding/immich-kiosk/releases/tag/${{ GITHUB_REF#refs/tags/ }}