v1.6.1
🩹 [Patch]: Updated the org level login test with quotes (#52)
Description
This pull request updates the TestWorkflow.yml
file to test quoted inputs for GitHub App secrets and adjusts the job name to reflect this change.
Workflow updates:
.github/workflows/TestWorkflow.yml
: Updated thename
field of theActionTestWithGitHubAppOrg
job to include "quoted inputs" for clarity..github/workflows/TestWorkflow.yml
: Modified theClientID
andPrivateKey
inputs in theAction-Test
step to use quoted syntax for testing purposes.