Skip to content

Commit 5fb270c

Browse files
committed
chore/add-git-modules add git modules folder
1 parent 70f18ea commit 5fb270c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/call-github-update-submodule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
- name: Read patterns from file
3131
id: read_patterns
32-
uses: your-username/read-and-stringify-json-action@v1
32+
uses: opencepk/opencepk-module-ghactions-common/read-and-stringify-json-action@fix/update-gitmodules-action
3333
with:
3434
file: '.github/META-REPO-PATTERNS'
3535
file_type: 'file'
3636
separator: '\n'
3737
output_format: ','
38-
38+
3939
- name: Log patterns
4040
run: |
4141
echo "Patterns: ${{ steps.read_patterns.outputs.properties }}"

0 commit comments

Comments
 (0)