Skip to content

added lorenz to the library #1

added lorenz to the library

added lorenz to the library #1

Workflow file for this run

name: Send Bluesky Post
on:
push: # Der Workflow wird bei jedem Push ausgeführt
branches:
- main # Nur auf dem "main"-Branch
jobs:
post:
runs-on: ubuntu-latest
steps:
- name: Post to Bluesky
uses: myConsciousness/bluesky-post@v5
with:
text: "Autopost via Github actions: Updated my GENious Repo for GEN routines in Csound."
link-preview-url: "https://github.com/PvonN/GENious"

Check failure on line 17 in .github/workflows/bluesky-post.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bluesky-post.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
identifier: ${{ secrets.BLUESKY_IDENTIFIER }}
password: ${{ secrets.BLUESKY_PASSWORD }}
retry-count: 5