Description:
Having forked the metosin/spec-tools repo, which has executed and successfully run the setup-java action, the action fails on my repo, HughPowell/spec-tools, because it can't find a pom.xml file.
Both the original repo's workflow and mine are identical.
Task version:
v3
Platform:
Runner type:
Repro steps:
- Fork my repo
- Create a personal access token (classic) with the
repo scope (including all children).
- Clone your fork and
cd into the repo
- Run
GITHUB_TOKEN=<access token created above> ./scripts/releases (if you need to re-run this step then delete the latest Releases on the front page of the repo).
- Enter
y when prompted
- Go to the
Actions tab in GitHub and notice that the setup-java action fails
Expected behavior:
The setup-java action succeeds.
Actual behavior:
The setup-java action fails.
Description:
Having forked the metosin/spec-tools repo, which has executed and successfully run the setup-java action, the action fails on my repo, HughPowell/spec-tools, because it can't find a pom.xml file.
Both the original repo's workflow and mine are identical.
Task version:
v3
Platform:
Runner type:
Repro steps:
reposcope (including all children).cdinto the repoGITHUB_TOKEN=<access token created above> ./scripts/releases(if you need to re-run this step then delete the latestReleaseson the front page of the repo).ywhen promptedActionstab in GitHub and notice that thesetup-javaaction failsExpected behavior:
The
setup-javaaction succeeds.Actual behavior:
The
setup-javaaction fails.