We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4dc0e commit df5993dCopy full SHA for df5993d
1 file changed
.github/workflows/__pinact.yml
@@ -59,5 +59,5 @@ jobs:
59
separator: " # "
60
pinactRepo: ${{ github.event.inputs.pinactRepo }}
61
pinactVersion: ${{ github.event.inputs.pinactVersion }}
62
- repo: 'LizardByte/${{ github.event.inputs.repo }}'
+ repo: ${{ github.event.inputs.repo && format('LizardByte/{0}', github.event.inputs.repo) || '' }}
63
token: ${{ secrets.GH_BOT_TOKEN }}
0 commit comments