We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ce88 commit 9d935a3Copy full SHA for 9d935a3
.github/workflows/UpdateReadme.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
call-shared:
10
+ if: ${{ hashFiles('README.template.md') != '' }} # only run if the file exists
11
uses: control-toolbox/CTActions/.github/workflows/update-readme.yml@main
12
with:
13
template_file: README.template.md
0 commit comments