Lines Matching full:github
3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults
34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
40 php: ${{ fromJson(github.event.inputs.versions) }}
54 # https://github.com/marketplace/actions/setup-php-action#matrix-setup
64 # https://github.com/marketplace/actions/setup-php-action#problem-matchers
66 …# and surface them prominently in the GitHub Actions UI by highlighting them and creating code ann…
82 # https://github.com/actions/checkout
90 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
93 chmod +x ${COMBO_HOME}/.github/bootstrap.sh
94 source ${COMBO_HOME}/.github/bootstrap.sh
95 …# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-…
102 # https://github.com/actions/setup-node/issues/160#issuecomment-642739512
126 # This one does not work: https://github.com/mheap/phpunit-matcher-action