Skip to content

Commit c2e2025

Browse files
fix(pinact): properly format repo input
1 parent 4d4dc0e commit c2e2025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/__pinact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
separator: " # "
6060
pinactRepo: ${{ github.event.inputs.pinactRepo }}
6161
pinactVersion: ${{ github.event.inputs.pinactVersion }}
62-
repo: 'LizardByte/${{ github.event.inputs.repo }}'
62+
repo: ${{ github.event.inputs.repo && format('LizardByte/{0}', github.event.inputs.repo) || '' }}
6363
token: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)