Skip to content

Commit 2545fa3

Browse files
committed
fix(cla): Forgot to add '$' to github.repo in cla ci/cd.
1 parent 78dd02a commit 2545fa3

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
signed-commit-message: 'chore: $contributorName has signed the CLA'
5252
path-to-signatures: 'signatures/version1/cla.json'
53-
path-to-document: 'https://github.com/{{ github.repository }}/blob/master/docs/jekyll/_site/manual/developer-resources/cla.html' # e.g. a CLA or a DCO document
53+
path-to-document: 'https://github.com/${{ github.repository }}/blob/master/docs/jekyll/_site/manual/developer-resources/cla.html' # e.g. a CLA or a DCO document
5454
# branch should not be protected
5555
branch: 'master'
5656
allowlist: "{{ cookiecutter.github_username }},github-actions[bot],dependabot[bot],bot*"

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Feat 012 (#39)
125125

126126
- *(template)* Updates to template cookiecutter.json file.
127127
- *(makefile)* Emoji for documentation fixed.
128+
- *(ci/cd)* Jekyll build and deploy fix.
128129
## [0.1.0] - 2025-12-05
129130

130131
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ Feat 012 (#39)
125125

126126
- *(template)* Updates to template cookiecutter.json file.
127127
- *(makefile)* Emoji for documentation fixed.
128+
- *(ci/cd)* Jekyll build and deploy fix.

0 commit comments

Comments
 (0)