Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ployt0 committed Aug 7, 2023
1 parent 93eccc5 commit 3301e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- "3.9"
default: "3.12.0-rc.1"
maria_image:
description: Choose MariaDB docker tag (11.x isn't supported, yet)
description: MariaDB docker tag (10.x is fine, 11.x isn't)
default: "10.8.3-jammy"
schedule:
- cron: '0 0 * * FRI'
Expand All @@ -47,7 +47,7 @@ jobs:
echo "PY_VERS=${{ github.event.inputs.python_version || env.DEFAULT_PY_VERSION }}" >> $GITHUB_ENV
echo "WP_VERS=${{ github.event.inputs.wp_version || env.DEFAULT_WP_VERSION }}" >> $GITHUB_ENV
echo "MARIADB_IMG=${{ github.event.inputs.maria_image || env.DEFAULT_MARIA_IMG }}" >> $GITHUB_ENV
echo $GITHUB_ENV
echo MARIADB_IMG=$MARIADB_IMG
- name: Set up Python ${{env.PY_VERS}}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3301e4a

Please sign in to comment.