We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b9535 commit 1594d85Copy full SHA for 1594d85
1 file changed
.github/workflows/default-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Install a test version with Gradle
67
run: ./gradlew clean publishAllPublicationsToLocalPluginRepositoryRepository
68
- name: Setup TEMP_DIR
69
- run: echo "TEMP_DIR=$(mktemp -d --tmpdir=/home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin/git-commit-id-gradle-debugging)" >> $GITHUB_ENV
+ run: echo "TEMP_DIR=$(mktemp -d --tmpdir=/home/runner/work/git-commit-id-gradle-plugin/git-commit-id-gradle-plugin git-commit-id-gradle-debugging.XXXXXXXXXX)" >> $GITHUB_ENV
70
- name: Checkout git-commit-id-gradle-debugging to run actual gradle integration tests
71
uses: actions/checkout@v3
72
with:
0 commit comments