File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 });
4949 core.setOutput('comment_id', comment.data.id);
5050 core.setOutput('run_url', runUrl);
51+ core.setOutput('repo_owner', context.repo.owner);
52+ core.setOutput('repo_name', context.repo.repo);
5153
5254 - name : Start workspace
5355 shell : bash
5860 CODER_TOKEN : ${{ inputs.coder-token }}
5961 WORKSPACE_NAME : ${{ inputs.workspace-name }}
6062 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 }}
6365 GITHUB_TOKEN : ${{ inputs.github-token }}
6466 GITHUB_WORKFLOW_RUN_URL : ${{ steps.initial-comment.outputs.run_url }}
6567 TEMPLATE_NAME : ${{ inputs.template-name }}
You can’t perform that action at this time.
0 commit comments