We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 007bd49 + 080e279 commit 3c16a07Copy full SHA for 3c16a07
2 files changed
.github/workflows/create_tests.yml
@@ -121,7 +121,7 @@ jobs:
121
path: ${{ env.TEST_THEME_DIR }}
122
123
- name: Update offical commit hash the testcases are based on
124
- run: cat ${{ needs.build-java.outputs.offical_commit }} > .github/workflows/official-commit/.sha
+ run: cat ${{ needs.build-java.outputs.offical_commit }} > .github/workflows/official-commit/sha
125
126
- name: Check for changes in the testcases
127
id: check_diff
@@ -146,6 +146,7 @@ jobs:
146
if: steps.check_diff.outputs.has_changes == 'true'
147
run: |
148
git add ${{ env.TEST_THEME_DIR }}
149
+ git add .github/workflows/official-commit/sha
150
git commit -m "Update C# testcase files. Generated from Java reference implementation."
151
git push
152
.github/workflows/official-commit/.sha .github/workflows/official-commit/sha.github/workflows/official-commit/.sha renamed to .github/workflows/official-commit/sha
0 commit comments