Skip to content

Commit 6e556ae

Browse files
committed
update
1 parent ea56194 commit 6e556ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- id: set-dirs
16-
run: echo "dir::$(ls -d */ | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
16+
run: echo "$(ls -d */ | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
1717

1818
loop:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)