This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:29:00 +01:00
parent dc40fe2ac7
commit 5b08615789

View File

@ -78,6 +78,8 @@ jobs:
- name: Comment if not all Files found - name: Comment if not all Files found
if: steps.check_files.outputs.files_found == 'false' if: steps.check_files.outputs.files_found == 'false'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
gh issue comment ${{ steps.list_issues.outputs.issue_nr }} --body "Not all required files were found for ${{ steps.list_issues.outputs.script_name }}. Please check the files and try again. Must include ct/APP.sh, install/APP-install.sh, and frontend/public/json/APP.json." gh issue comment ${{ steps.list_issues.outputs.issue_nr }} --body "Not all required files were found for ${{ steps.list_issues.outputs.script_name }}. Please check the files and try again. Must include ct/APP.sh, install/APP-install.sh, and frontend/public/json/APP.json."
exit 1 exit 1