Alex Richards

Results 5 comments of Alex Richards

If it helps, I'm getting the following extensions reporting as missing: **With Alpine 3.11** ``` PHP Warning: PHP Startup: Unable to load dynamic library 'fileinfo.so' (tried: /usr/lib/php7/modules/fileinfo.so (Error relocating /usr/lib/php7/modules/fileinfo.so:...

I'm also looking for a solution to this. For example, being able to pass the Github Actions build number.

I have a PR for this one :)

Yeah i'm getting this error - think this may no longer be maintained, unfortunately

This is a typo in the documentation. You should have this; ``` name: Deploy uses: shallwefootball/upload-s3-action@master with: source_dir: ./ aws_bucket: "YOURBUCKET" aws_key_id: ${{ secrets.AWS_SECRET_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_KEY }} ```...