Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates fix defaults for GH #107

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Updates fix defaults
saikumar-vs committed Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
commit 8ff0c442e48c3bb94d136dca267604d7d12764f8
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PROXYSQL.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
env:
PXC_GLIBC: ${{ github.event.inputs.pxc_glibc || '2.35' }}
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
PXC_VERSION: ${{ github.event.inputs.pxc_version || '8.0' }}
PXC_VERSION: ${{ github.event.inputs.pxc_version || '8.0.33' }}
steps:
- uses: actions/checkout@v2

1 change: 0 additions & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@ jobs:
- name: PS_VERSION ENV Setup
run: |
if [[ "${{ github.event.inputs.ps_version }}" != http* ]]; then
PS_VERSION="${{ github.event.inputs.ps_version }}"
PS_VERSION_PATH=$(echo "ps-$PS_VERSION")
PS_VERSION_TRIMED=$(echo ${PS_VERSION%-*})
else
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PXC.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
env:
PXC_GLIBC: ${{ github.event.inputs.pxc_glibc || '2.35' }}
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
PXC_VERSION: ${{ github.event.inputs.pxc_version || '8.0' }}
PXC_VERSION: ${{ github.event.inputs.pxc_version || '8.0.33' }}
steps:
- uses: actions/checkout@v2