Skip to content

Commit

Permalink
This should call the script properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Jan 22, 2025
1 parent b5c7ddd commit b24d2c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

---

## [[0.0.3.2]](/~https://github.com/mod-posh/Post2Bluesky/releases/tag/v0.0.3.2) - 2025-01-21

### Changes

- **Action.yml**: Added `& $env:GITHUB_ACTION_PATH\\` to access the file properly.

---

## [[0.0.3.1]](/~https://github.com/mod-posh/Post2Bluesky/releases/tag/v0.0.3.1) - 2025-01-21

### Changes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ runs:

- name: Send Discord Notification
run: |
pwsh -File post2discord.ps1 -Message "${{ inputs.message }}" -DiscordWebhook "${{ inputs.discordWebhook }}"
& $env:GITHUB_ACTION_PATH\\post2discord.ps1 -Message "${{ inputs.message }}" -DiscordWebhook "${{ inputs.discordWebhook }}"
shell: pwsh

0 comments on commit b24d2c6

Please sign in to comment.