File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
});
49
49
core.setOutput('comment_id', comment.data.id);
50
50
core.setOutput('run_url', runUrl);
51
+ core.setOutput('repo_owner', context.repo.owner);
52
+ core.setOutput('repo_name', context.repo.repo);
51
53
52
54
- name : Start workspace
53
55
shell : bash
58
60
CODER_TOKEN : ${{ inputs.coder-token }}
59
61
WORKSPACE_NAME : ${{ inputs.workspace-name }}
60
62
GITHUB_STATUS_COMMENT_ID : ${{ steps.initial-comment.outputs.comment_id }}
61
- GITHUB_REPO_OWNER : ${{ context.repo.owner }}
62
- GITHUB_REPO_NAME : ${{ context.repo.repo }}
63
+ GITHUB_REPO_OWNER : ${{ steps.initial-comment.outputs.repo_owner }}
64
+ GITHUB_REPO_NAME : ${{ steps.initial-comment.outputs.repo_name }}
63
65
GITHUB_TOKEN : ${{ inputs.github-token }}
64
66
GITHUB_WORKFLOW_RUN_URL : ${{ steps.initial-comment.outputs.run_url }}
65
67
TEMPLATE_NAME : ${{ inputs.template-name }}
You can’t perform that action at this time.
0 commit comments