diff --git a/.github/workflows/pr-ubuntu-docker.yml b/.github/workflows/pr-ubuntu-docker.yml index 49369cc6a8..f2167085df 100644 --- a/.github/workflows/pr-ubuntu-docker.yml +++ b/.github/workflows/pr-ubuntu-docker.yml @@ -61,6 +61,11 @@ jobs: - name: Store SP types from commit run: | + set -x # print executed commands + + id + ls -lh ${{github.workspace}}/skyrim-platform/src/platform_se/codegen/convert-files + commit=$(< ${{github.workspace}}/skyrim-platform/src/platform_se/codegen/convert-files/skyrimPlatform.ts) chmod 777 ${{github.workspace}}/skyrim-platform/src/platform_se/codegen/convert-files echo "$commit" > ${{github.workspace}}/skyrim-platform/src/platform_se/codegen/convert-files/temp.txt