Skip to content

Commit 1762e8e

Browse files
Copilotchrisjsewell
andcommitted
Remove trailing whitespace in copilot-setup-steps.yml
Co-authored-by: chrisjsewell <[email protected]>
1 parent f2f21c6 commit 1762e8e

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
@@ -15,12 +15,12 @@ jobs:
1515
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1616
copilot-setup-steps:
1717
runs-on: ubuntu-latest
18-
18+
1919
# Set the permissions to the lowest permissions possible needed for your steps.
2020
# Copilot will be given its own token for its operations.
2121
permissions:
2222
contents: read
23-
23+
2424
# You can define any steps you want, and they will run before the agent starts.
2525
# If you do not check out your code, Copilot will do this for you.
2626
steps:

0 commit comments

Comments
 (0)