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
- name: Do composer install for SAP backend
uses: php-actions/[email protected]
with:
php_version: "8.2"
container_workdir: backend
working_dir: backend
Executing with act. Providing GITHUB_TOKEN et al. via .secrets file. e.g. act -b --secret-file my.secrets
| Building PHP 8.2 with extensions: ...
| /var/run/act/workflow/6-composite-composer_run.sh: line 4: /var/run/act/actions/[email protected]/composer-action.bash: Permission denied
Issue:
Since v6.1.1 we're unable to execute this script in the container. 6.1.0 does not exhibit this same error.
Possible fix:
Seems like a simple permissions error, need to add +x?
The text was updated successfully, but these errors were encountered:
Executing with act. Providing GITHUB_TOKEN et al. via .secrets file. e.g.
act -b --secret-file my.secrets
Issue:
Since v6.1.1 we're unable to execute this script in the container. 6.1.0 does not exhibit this same error.
Possible fix:
Seems like a simple permissions error, need to add +x?
The text was updated successfully, but these errors were encountered: