Skip to content

Commit 5a22248

Browse files
authored
Merge pull request unraid#2389 from unraid/fix/prRemoval
Fix: PR message incorrect removal instructions
2 parents f7caf24 + 2b414a1 commit 5a22248

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-plugin-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ jobs:
359359
360360
### 🔄 To Remove:
361361
362-
Navigate to Plugins → Installed Plugins and remove `webgui-pr-${{ steps.metadata.outputs.version }}`, or run:
362+
Navigate to Plugins → Installed Plugins and remove `webgui-pr-${{ steps.metadata.outputs.pr_number }}`, or run:
363363
```bash
364-
plugin remove webgui-pr-${{ steps.metadata.outputs.version }}
364+
plugin remove webgui-pr-${{ steps.metadata.outputs.pr_number }}
365365
```
366366
367367
---

0 commit comments

Comments
 (0)