You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I'm using your workflow as a second level nested reusable workflow in my extension bw_static_template. Unfortunately I'm not able to make the upload work.
The action fails with the message "No or invalid ext_emconf.php found in the folder."
In the same step one output states "Preparing upload of release refs/heads/development to TER" which is incorrect in my case (My action was triggert from development branch, however I checked out master). Nevertheless there should be an ext_emconf.php on both branches.
The mounted volume "/home/runner/work/bw_static_template/bw_static_template":"/github/workspace" in the docker command looks a bit strange too me. I haven't looked into typo3/tailor yet - maybe you are already seeing any issue with my configuration?
Thanks!
The text was updated successfully, but these errors were encountered:
TAG_WITHOUT_V=$(echo ${GITHUB_REF#refs/tags/}| sed 's/v//');
Your scenario rather runs on a branch. Thus, probably it is easier to just run tailor directly (or create a PR to parameterise that version in the long run).
Hey!
I'm using your workflow as a second level nested reusable workflow in my extension bw_static_template. Unfortunately I'm not able to make the upload work.
The action fails with the message "No or invalid ext_emconf.php found in the folder."
In the same step one output states "Preparing upload of release refs/heads/development to TER" which is incorrect in my case (My action was triggert from development branch, however I checked out master). Nevertheless there should be an
ext_emconf.php
on both branches.The mounted volume
"/home/runner/work/bw_static_template/bw_static_template":"/github/workspace"
in the docker command looks a bit strange too me. I haven't looked intotypo3/tailor
yet - maybe you are already seeing any issue with my configuration?Thanks!
The text was updated successfully, but these errors were encountered: