Brian Flores
Brian Flores
This is my job step: ` - name: Create installer` `uses: Minionguyjpro/[email protected]` `with:` `path: ./pos-service-setup.iss` `options: /o+ /DMyAppVersion=${{steps.gitversion.outputs.MajorMinorPatch}} /DMyAppBuild=${{steps.gitversion.outputs.buildMetaData}} /DAppVersionInfo=${{steps.gitversion.outputs.semVer}} /DFrontendVersion="${{github.event.client_payload.version}}" ` All of those parameters end up empty when...
Hello, I was wondering if there was a trick to creating gift cards. What we have: - Shopify Plus - Read-Write access to Gift Cards Transactions - Read-Write access to...