Skip to content

Commit

Permalink
fix encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Aug 30, 2024
1 parent bcb69cd commit b9c876c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,8 @@ jobs:
});
const prBranch = pr.data.head.ref;
const repo = pr.data.head.repo.full_name;
console.log(prBranch, repo, pr, pr.data, pr.data.head)
console.log(prBranch, repo)
return { pr_branch: prBranch, repo: repo };
result-encoding: string
- name: Use PR Branch Name and Repo
run: |
Expand Down

0 comments on commit b9c876c

Please sign in to comment.