Skip to content

Commit 3c16a07

Browse files
Merge pull request #80 from Muckenbatscher/bugfix/add-sha-file
`git add` for the sha file
2 parents 007bd49 + 080e279 commit 3c16a07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
path: ${{ env.TEST_THEME_DIR }}
122122

123123
- name: Update offical commit hash the testcases are based on
124-
run: cat ${{ needs.build-java.outputs.offical_commit }} > .github/workflows/official-commit/.sha
124+
run: cat ${{ needs.build-java.outputs.offical_commit }} > .github/workflows/official-commit/sha
125125

126126
- name: Check for changes in the testcases
127127
id: check_diff
@@ -146,6 +146,7 @@ jobs:
146146
if: steps.check_diff.outputs.has_changes == 'true'
147147
run: |
148148
git add ${{ env.TEST_THEME_DIR }}
149+
git add .github/workflows/official-commit/sha
149150
git commit -m "Update C# testcase files. Generated from Java reference implementation."
150151
git push
151152

0 commit comments

Comments
 (0)