We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f18ea commit 5fb270cCopy full SHA for 5fb270c
.github/workflows/call-github-update-submodule.yml
@@ -29,13 +29,13 @@ jobs:
29
30
- name: Read patterns from file
31
id: read_patterns
32
- uses: your-username/read-and-stringify-json-action@v1
+ uses: opencepk/opencepk-module-ghactions-common/read-and-stringify-json-action@fix/update-gitmodules-action
33
with:
34
file: '.github/META-REPO-PATTERNS'
35
file_type: 'file'
36
separator: '\n'
37
output_format: ','
38
-
+
39
- name: Log patterns
40
run: |
41
echo "Patterns: ${{ steps.read_patterns.outputs.properties }}"
0 commit comments