Skip to content

Commit eb3e3a0

Browse files
committed
Fix copilot-setup-steps: remove workflow_call, keep actions with uses
1 parent 447a037 commit eb3e3a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/copilot-setup-steps.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: Copilot Agent Setup
22

33
# Configure the environment for GitHub Copilot coding agent
44
# This ensures R is available when the agent works on this repository
5-
# Uses native R installation (containers may cause compatibility issues with Copilot's setup)
5+
# Installs R using the standard GitHub Actions setup
66

77
on:
88
workflow_dispatch:
9-
workflow_call:
109

1110
jobs:
1211
copilot-setup-steps:
@@ -39,4 +38,3 @@ jobs:
3938
4039
# Additional steps for the Copilot agent would be invoked here
4140
# The agent will have access to R in this environment
42-

0 commit comments

Comments
 (0)