Skip to content

Commit dc04f4c

Browse files
authored
Update show_files.yaml
1 parent 15938f2 commit dc04f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/show_files.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: mirko-felice/[email protected]
2121
with:
2222
repo: ${{ github.repository }}
23-
ref: ${{ github.ref }}
23+
ref: devops
2424
path: "."
25-
ext: ".yml"
25+
# ext: ".yml"
2626
Test:
2727
needs: list-files
2828
strategy:
@@ -32,4 +32,4 @@ jobs:
3232
steps:
3333
- name: Output results
3434
run: |
35-
echo ${{ matrix.paths }}
35+
ls -alh

0 commit comments

Comments
 (0)