From 62a3873b3dd8567c0514b5a3cbabf9a497e43f6c Mon Sep 17 00:00:00 2001 From: Jeff Patton Date: Wed, 10 Jan 2024 11:07:18 -0600 Subject: [PATCH] Updated readme with correct path in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67d137..fdbface 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This repository contains a PowerShell script, a GitHub Actions workflow, and a G - name: Checkout Repository uses: actions/checkout@v2 - name: Send BlueSky Notification - uses: ./.github/actions/post2bsky + uses: mod-posh/Post2BlueSky@v0.0.2.0 with: source: 'path/to/your/project/file' projectName: 'Your Project Name'