Skip to content

Commit db94a22

Browse files
committed
Fix codespaces precache action
1 parent 0cfee59 commit db94a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: github/[email protected]
1212
with:
13-
regions: ["WestUs2", "EastUs", "WestEurope", "SouthEastAsia"]
13+
regions: "WestUs2 EastUs WestEurope SouthEastAsia"
1414
sku_name: largePremiumLinux
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)