Skip to content

Commit f2c2214

Browse files
authored
Change syntax for run_docs condition
1 parent bcf34ae commit f2c2214

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/common.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ jobs:
4343
with:
4444
args: -v -tsvg FamixTypeScript-traits.puml FamixTypeScript.puml
4545

46+
- name: Debug run_docs value
47+
run: echo "run_docs is ${{ inputs.run_docs }}"
48+
4649
- name: Move diagram to doc space
47-
if: inputs.run_docs == 'true'
50+
if: ${{ inputs.run_docs == 'true' }}
4851
run: |
4952
mkdir -p doc-uml
5053
mv *.svg doc-uml

0 commit comments

Comments
 (0)