Skip to content

Commit f80d3dd

Browse files
committed
update
1 parent da6c735 commit f80d3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1818
loop:
1919
runs-on: ubuntu-latest
@@ -22,5 +22,5 @@ jobs:
2222
matrix:
2323
dir: ${{fromJson(needs.directories.outputs.dir)}}
2424
steps:
25-
- run: echo ${{matrix.dir}}
25+
- run: echo ${{needs.directories.outputs.dir}}
2626

0 commit comments

Comments
 (0)