Skip to content

Commit ca8d72b

Browse files
committed
update
1 parent 6e556ae commit ca8d72b

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 "$(ls -d */ | jq -R -s -c 'split("\n")[:-1]')" >> "$GITHUB_OUTPUT"
16+
run: echo "::set-output name=dir::$(ls -d */ | jq -R -s -c 'split("\n")[:-1]')"
1717

1818
loop:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)