Add support for github-token input

This commit is contained in:
Shivam Mathur
2025-07-17 05:47:55 +05:30
parent 2a3befd7ab
commit 55463ffe4f
4 changed files with 22 additions and 21 deletions

View File

@ -27,6 +27,9 @@ inputs:
tools:
description: 'Setup popular tools globally.'
required: false
github-token:
description: 'GitHub token to use for authentication.'
default: ${{ github.token }}
outputs:
php-version:
description: 'PHP version in semver format'