We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c16a07 + 84f02d6 commit cd02b48Copy full SHA for cd02b48
.github/workflows/create_tests.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
COMMIT=$(cat .upstream-commit)
45
echo "Testcase generation is based on official commit: $COMMIT"
46
- echo "sha=$COMMIT"
+ echo "sha=$COMMIT" >> $GITHUB_OUTPUT
47
48
- uses: actions/setup-java@v5
49
with:
@@ -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: echo "${{ needs.build-java.outputs.offical_commit }}" > .github/workflows/official-commit/sha
125
126
- name: Check for changes in the testcases
127
id: check_diff
0 commit comments