We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89cd52 commit 3210df5Copy full SHA for 3210df5
.github/workflows/pr-issue-sync.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
script: |
37
- const issues = JSON.parse(process.env.ISSUES);
+ const issues = JSON.parse(`${{ steps.extract.outputs.issues }}`);
38
const prNumber = context.payload.pull_request.number;
39
40
let combinedLabels = [];
0 commit comments