Skip to content

Commit 3210df5

Browse files
fix
1 parent c89cd52 commit 3210df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-issue-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
script: |
37-
const issues = JSON.parse(process.env.ISSUES);
37+
const issues = JSON.parse(`${{ steps.extract.outputs.issues }}`);
3838
const prNumber = context.payload.pull_request.number;
3939
4040
let combinedLabels = [];

0 commit comments

Comments
 (0)