Skip to content

Commit c79adf8

Browse files
committed
Pass php-version to php workflow in web-downloads
1 parent c580f48 commit c79adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Upload to downloads server
4545
run: |
4646
url="https://api.github.com/repos/${{ github.repository }}/actions/artifacts/${{ needs.artifacts.outputs.artifact-id }}/zip"
47-
gh workflow run php.yml -R php/web-downloads -f url="$url"
47+
gh workflow run php.yml -R php/web-downloads -f url="$url" -f php-version=${{ inputs.php-version }}
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.WINDOWS_BUILDS_TOKEN }}

0 commit comments

Comments
 (0)