Skip to content

Commit

Permalink
use number
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Sep 27, 2023
1 parent ebc4df9 commit 9d86579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
const { data: pr } = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: "${{ inputs.pr_number }}"
pull_number: ${{ inputs.pr_number }}
});
const sourceRepo = pr.head.repo.full_name;
Expand Down

0 comments on commit 9d86579

Please sign in to comment.