skip to Main Content

Provide arguments to docker container in composite GitHub action

I'm trying to pass some dynamically created arguments within a composite GitHub Action. The documentation however is lacking examples on how to pass arguments in this case to the docker container. https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsuses See here the thing I'm trying to achieve.…

VIEW QUESTION

PHPUnit Cannot acquire reference to $GLOBALS – PHP Versions

I am getting an error when running PHPUnit tests on GitHub actions. PHP Fatal error: Cannot acquire reference to $GLOBALS in /home/runner/work/project-name/project-name/vendor/phpunit/phpunit/src/Util/Configuration.php on line 570 It seems like this error is likely related to PHP8 (https://php.watch/versions/8.1/GLOBALS-restrictions), but the test matrix…

VIEW QUESTION

Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

Some of my GitHub Actions workflows started recently to return this error when installing Chromedriver: Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [122 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Reading package lists... E: Repository 'http://security.debian.org/debian-security buster/updates…

VIEW QUESTION
Back To Top
Search