Skip to content

Commit 597e69c

Browse files
committed
oops
1 parent 3b3f817 commit 597e69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
# If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission. If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete.
2323
contents: read
2424

25-
You can define any steps you want, and they will run before the agent starts.
26-
If you do not check out your code, Copilot will do this for you.
25+
# You can define any steps you want, and they will run before the agent starts.
26+
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)